Update of /cvsroot/xoops/xoops-current/html
In directory usw-pr-cvs1:/tmp/cvs-serv20978
Modified Files:
header.php
Log Message:
no message
Index: header.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/header.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** header.php 26 Sep 2002 13:03:40 -0000 1.16
--- header.php 26 Sep 2002 22:34:36 -0000 1.17
***************
*** 64,70 ****
if ( $theme_css != '' ) {
$xoopsTpl->assign("xoops_themecss", $theme_css);
- //$xoopsTpl->assign("xoops_themecss", '<!-- @import url('.$theme_css.'); -->');
}
unset($theme_css);
// assign theme specific language variables if any
if ( isset($xoopsTheme) && is_array($xoopsTheme) ) {
--- 64,70 ----
if ( $theme_css != '' ) {
$xoopsTpl->assign("xoops_themecss", $theme_css);
}
unset($theme_css);
+ $xoopsTpl->assign('xoops_theme', $xoopsConfig['default_theme']);
// assign theme specific language variables if any
if ( isset($xoopsTheme) && is_array($xoopsTheme) ) {
|