[xoops-cvslog 4225] CVS update: xoops2jp/html/modules/base/admin

Back to archive index

Minahito minah****@users*****
2006年 8月 18日 (金) 21:03:33 JST


Index: xoops2jp/html/modules/base/admin/css.php
diff -u xoops2jp/html/modules/base/admin/css.php:1.1.2.7 xoops2jp/html/modules/base/admin/css.php:1.1.2.8
--- xoops2jp/html/modules/base/admin/css.php:1.1.2.7	Thu Aug  3 02:45:00 2006
+++ xoops2jp/html/modules/base/admin/css.php	Fri Aug 18 21:03:33 2006
@@ -32,6 +32,11 @@
 $smarty->register_modifier("theme", "Legacy_modifier_css_theme");
 $smarty->register_function("stylesheet", "Legacy_function_stylesheet");
 
+//
+// TODO Emergency WORK AROUND for compile cache problem.
+//
+$smarty->force_compile = true;
+
 if ($theme != null && $dirname != null) {
 	$path = XOOPS_THEME_PATH . "/${theme}/modules/${dirname}";
 }


xoops-cvslog メーリングリストの案内
Back to archive index