Minahito
minah****@users*****
2006年 6月 22日 (木) 14:32:45 JST
Index: xoops2jp/html/modules/base/admin/css.php diff -u xoops2jp/html/modules/base/admin/css.php:1.1.2.4 xoops2jp/html/modules/base/admin/css.php:1.1.2.5 --- xoops2jp/html/modules/base/admin/css.php:1.1.2.4 Fri Apr 28 18:16:30 2006 +++ xoops2jp/html/modules/base/admin/css.php Thu Jun 22 14:32:45 2006 @@ -15,7 +15,7 @@ $smarty = new Legacy_AdminSmarty(); if ($theme != null && $dirname != null) { - $path = XOOPS_THEME_PATH . "/${theme}/modules/${dirname}/admin/templates"; + $path = XOOPS_THEME_PATH . "/${theme}/modules/${dirname}/templates"; } elseif ($theme != null) { $path = XOOPS_THEME_PATH . "/" .$theme; @@ -28,7 +28,7 @@ } $smarty->template_dir = $path; -$smarty->setModulePrefix('_css_'.$theme); +$smarty->setModulePrefix('_css_' . $theme); $result=$smarty->fetch("file:" . $file); header('Content-Type:text/css;');