includes/template.php
changeset 287 f6d144cba8a9
parent 286 b2f985e4cef3
child 304 e2cb5f1432c8
child 311 a007145a0ff6
equal deleted inserted replaced
286:b2f985e4cef3 287:f6d144cba8a9
  1897       'TEMPLATE_DIR'=>scriptPath.'/themes/'.$this->theme,
  1897       'TEMPLATE_DIR'=>scriptPath.'/themes/'.$this->theme,
  1898       'THEME_ID'=>$this->theme,
  1898       'THEME_ID'=>$this->theme,
  1899       'STYLE_ID'=>$this->style,
  1899       'STYLE_ID'=>$this->style,
  1900       'JS_DYNAMIC_VARS'=>'<script type="text/javascript">var title="'. $title .'"; var scriptPath="'.scriptPath.'"; var ENANO_SID=""; var AES_BITS='.AES_BITS.'; var AES_BLOCKSIZE=' . AES_BLOCKSIZE . '; var pagepass=\'\';</script>',
  1900       'JS_DYNAMIC_VARS'=>'<script type="text/javascript">var title="'. $title .'"; var scriptPath="'.scriptPath.'"; var ENANO_SID=""; var AES_BITS='.AES_BITS.'; var AES_BLOCKSIZE=' . AES_BLOCKSIZE . '; var pagepass=\'\';</script>',
  1901       'SIDEBAR_RIGHT'=>'',
  1901       'SIDEBAR_RIGHT'=>'',
       
  1902       'REPORT_URI' => ''
  1902       );
  1903       );
  1903     $this->tpl_strings = array_merge($tpl_strings, $this->tpl_strings);
  1904     $this->tpl_strings = array_merge($tpl_strings, $this->tpl_strings);
  1904     
  1905     
  1905     $sidebar = ( gettype($sideinfo) == 'string' ) ? $sideinfo : '';
  1906     $sidebar = ( gettype($sideinfo) == 'string' ) ? $sideinfo : '';
  1906     if($sidebar != '')
  1907     if($sidebar != '')