[xoops-cvslog 6103] CVS update: xoops2jp/html/modules/legacyRender/kernel

Back to archive index

Minahito minah****@users*****
2007年 1月 17日 (水) 16:34:30 JST


Index: xoops2jp/html/modules/legacyRender/kernel/DelegateFunctions.class.php
diff -u xoops2jp/html/modules/legacyRender/kernel/DelegateFunctions.class.php:1.1.2.1.2.2 xoops2jp/html/modules/legacyRender/kernel/DelegateFunctions.class.php:1.1.2.1.2.3
--- xoops2jp/html/modules/legacyRender/kernel/DelegateFunctions.class.php:1.1.2.1.2.2	Fri Nov 10 18:11:26 2006
+++ xoops2jp/html/modules/legacyRender/kernel/DelegateFunctions.class.php	Wed Jan 17 16:34:30 2007
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package legacyRender
- * @version $Id: DelegateFunctions.class.php,v 1.1.2.1.2.2 2006/11/10 09:11:26 minahito Exp $
+ * @version $Id: DelegateFunctions.class.php,v 1.1.2.1.2.3 2007/01/17 07:34:30 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -31,11 +31,6 @@
 							$results[] =& $theme;
 						}
 					}
-					elseif ($theme->loadManifesto($themeDir . "/package.ini.php")) {
-						if ($theme->mRenderSystemName == 'Legacy_RenderSystem') {
-							$results[] =& $theme;
-						}
-					}
 					else {
 						if (file_exists($themeDir . "/theme.html")) {
 							$theme->mName = $dirname;


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