[xoops-cvslog 1646] CVS update: xoops2jp/html/settings

Back to archive index

Minahito minah****@users*****
2006年 1月 11日 (水) 12:33:27 JST


Index: xoops2jp/html/settings/site_default.ini.php
diff -u xoops2jp/html/settings/site_default.ini.php:1.1.2.5 xoops2jp/html/settings/site_default.ini.php:1.1.2.6
--- xoops2jp/html/settings/site_default.ini.php:1.1.2.5	Thu Jan  5 17:52:59 2006
+++ xoops2jp/html/settings/site_default.ini.php	Wed Jan 11 12:33:26 2006
@@ -2,21 +2,40 @@
 /**
 
 [Cube]
-Controller.path=/modules/base/kernel/
-Controller.class=Legacy_Controller
+Controller=Legacy_Controller
 
 CacheSystem.path=/modules/stdCache/kernel
 CacheSystem.class=StdRenderCache
 
-AdminThemeTest=1
+
+#
+# You can register plural render systems.
+#
+[RenderSystems]
+Legacy_RenderSystem=Legacy_RenderSystem
+Legacy_AdminRenderSystem=Legacy_AdminRenderSystem
 
 [Legacy]
 AutoPreload=1
 Theme=admin
 
+
+#            #
+# components #
+#            #
+
+[Legacy_Controller]
+path=/modules/base/kernel
+class=Legacy_Controller
+
 [Legacy_RenderSystem]
 path=/modules/legacyRender/kernel
 class=Legacy_RenderSystem
 
+[Legacy_AdminRenderSystem]
+path=/modules/base/class
+class=Legacy_AdminRenderSystem
+
+
 */
 ?>
\ No newline at end of file


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