[xoops-cvslog 5296] CVS update: xoops2jp/html/modules/legacyRender/preload

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 01:46:38 JST


Index: xoops2jp/html/modules/legacyRender/preload/ThemeSelect.class.php
diff -u xoops2jp/html/modules/legacyRender/preload/ThemeSelect.class.php:1.1.2.2 xoops2jp/html/modules/legacyRender/preload/ThemeSelect.class.php:1.1.2.2.2.1
--- xoops2jp/html/modules/legacyRender/preload/ThemeSelect.class.php:1.1.2.2	Wed Aug  2 18:45:02 2006
+++ xoops2jp/html/modules/legacyRender/preload/ThemeSelect.class.php	Sun Oct 15 01:46:38 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package legacyRender
- * @version $Id: ThemeSelect.class.php,v 1.1.2.2 2006/08/02 09:45:02 minahito Exp $
+ * @version $Id: ThemeSelect.class.php,v 1.1.2.2.2.1 2006/10/14 16:46:38 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -11,8 +11,8 @@
     function legacyRender_ThemeSelect(&$controller)
     {
 		parent::XCube_ActionFilter($controller);
-		$controller->mRoot->mDelegateManager->add('Base_ThemeSelect.IsSelectableTheme', 'legacyRender_ThemeSelect::isSelectableTheme');
-		$controller->mRoot->mDelegateManager->add('BaseThemeHandler.GetInstalledThemes', 'LegacyRender_DelegateFunctions::getInstalledThemes', XOOPS_ROOT_PATH . "/modules/legacyRender/kernel/DelegateFunctions.class.php");
+		$controller->mRoot->mDelegateManager->add('Legacy_ThemeSelect.IsSelectableTheme', 'legacyRender_ThemeSelect::isSelectableTheme');
+		$controller->mRoot->mDelegateManager->add('LegacyThemeHandler.GetInstalledThemes', 'LegacyRender_DelegateFunctions::getInstalledThemes', XOOPS_ROOT_PATH . "/modules/legacyRender/kernel/DelegateFunctions.class.php");
     }
     
     function isSelectableTheme(&$flag, $theme_name)


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