Minahito
minah****@users*****
2006年 10月 21日 (土) 20:08:54 JST
Index: xoops2jp/html/core/XCube_Root.class.php diff -u xoops2jp/html/core/XCube_Root.class.php:1.1.2.3 xoops2jp/html/core/XCube_Root.class.php:1.1.2.4 --- xoops2jp/html/core/XCube_Root.class.php:1.1.2.3 Sat Oct 14 23:51:50 2006 +++ xoops2jp/html/core/XCube_Root.class.php Sat Oct 21 20:08:53 2006 @@ -1,7 +1,7 @@ <?php /** * @package XCube - * @version $Id: XCube_Root.class.php,v 1.1.2.3 2006/10/14 14:51:50 minahito Exp $ + * @version $Id: XCube_Root.class.php,v 1.1.2.4 2006/10/21 11:08:53 minahito Exp $ */ require_once XOOPS_ROOT_PATH . "/core/XCube_HttpContext.class.php"; @@ -41,14 +41,6 @@ var $mRoleManager = null; - /** - * The theme is one in one time of request. - * A decided theme is registered with this property - * - * @access private - */ - var $mThemeName = null; - var $mCacheSystem = null; /** @@ -261,28 +253,6 @@ } /** - * Set the theme name. - * - * @param $theme string - * @deprecated - */ - function setThemeName($theme) - { - $this->mThemeName = $theme; - } - - /** - * Return the theme name. - * - * @return string - * @deprecated - */ - function getThemeName() - { - return $this->mThemeName; - } - - /** * Return the instance of the render system by the name. If the render * system specified by $name doesn't exist, raise fatal error. This member * function does creating the instance and calling prepare().