[xoops-cvslog 5442] CVS update: xoops2jp/html/modules/legacy/kernel

Back to archive index

Minahito minah****@users*****
2006年 10月 21日 (土) 20:35:29 JST


Index: xoops2jp/html/modules/legacy/kernel/Legacy_HttpContext.class.php
diff -u xoops2jp/html/modules/legacy/kernel/Legacy_HttpContext.class.php:1.1.2.3 xoops2jp/html/modules/legacy/kernel/Legacy_HttpContext.class.php:1.1.2.4
--- xoops2jp/html/modules/legacy/kernel/Legacy_HttpContext.class.php:1.1.2.3	Fri Oct 20 17:04:59 2006
+++ xoops2jp/html/modules/legacy/kernel/Legacy_HttpContext.class.php	Sat Oct 21 20:35:29 2006
@@ -70,6 +70,13 @@
 
 		return $this->mXoopsConfig;
 	}
+	
+	function setThemeName($name)
+	{
+		parent::setThemeName($name);
+		$this->mXoopsConfig['theme_set'] = $theme;
+		$GLOBALS['xoopsConfig']['theme_set'] = $theme;
+	}
 
 }
 


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