[xoops-cvslog 5889] CVS update: xoops2jp/html/modules/legacy/preload

Back to archive index

Minahito minah****@users*****
2006年 11月 17日 (金) 20:21:51 JST


Index: xoops2jp/html/modules/legacy/preload/ThemeSelect.class.php
diff -u xoops2jp/html/modules/legacy/preload/ThemeSelect.class.php:1.1.2.5 xoops2jp/html/modules/legacy/preload/ThemeSelect.class.php:1.1.2.6
--- xoops2jp/html/modules/legacy/preload/ThemeSelect.class.php:1.1.2.5	Fri Nov 17 19:42:01 2006
+++ xoops2jp/html/modules/legacy/preload/ThemeSelect.class.php	Fri Nov 17 20:21:51 2006
@@ -61,6 +61,7 @@
 		$userTheme = $xoopsUser->get('theme');
 		if (in_array($userTheme, $this->mRoot->mContext->getXoopsConfig('theme_set_allowed'))) {
 			$_SESSION['xoopsUserTheme'] = $userTheme;
+			$this->mRoot->mContext->setThemeName($userTheme);
 		}
 	}
 	


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