equal
deleted
inserted
replaced
1979 'TEMPLATE_DIR'=>scriptPath.'/themes/'.$this->theme, |
1979 'TEMPLATE_DIR'=>scriptPath.'/themes/'.$this->theme, |
1980 'THEME_ID'=>$this->theme, |
1980 'THEME_ID'=>$this->theme, |
1981 'STYLE_ID'=>$this->style, |
1981 'STYLE_ID'=>$this->style, |
1982 'JS_DYNAMIC_VARS'=>$js_dynamic, |
1982 'JS_DYNAMIC_VARS'=>$js_dynamic, |
1983 'SIDEBAR_RIGHT'=>'', |
1983 'SIDEBAR_RIGHT'=>'', |
1984 'REPORT_URI' => '' |
1984 'REPORT_URI' => '', |
|
1985 'URL_ABOUT_ENANO' => 'http://enanocms.org/' |
1985 ); |
1986 ); |
1986 $this->tpl_strings = array_merge($tpl_strings, $this->tpl_strings); |
1987 $this->tpl_strings = array_merge($tpl_strings, $this->tpl_strings); |
1987 |
1988 |
1988 $sidebar = ( gettype($sideinfo) == 'string' ) ? $sideinfo : ''; |
1989 $sidebar = ( gettype($sideinfo) == 'string' ) ? $sideinfo : ''; |
1989 if($sidebar != '') |
1990 if($sidebar != '') |