Minahito
minah****@users*****
2006年 10月 12日 (木) 20:01:07 JST
Index: xoops2jp/html/include/cp_header.php diff -u xoops2jp/html/include/cp_header.php:1.2.8.5.2.1 xoops2jp/html/include/cp_header.php:1.2.8.5.2.2 --- xoops2jp/html/include/cp_header.php:1.2.8.5.2.1 Thu Oct 5 18:06:10 2006 +++ xoops2jp/html/include/cp_header.php Thu Oct 12 20:01:07 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: cp_header.php,v 1.2.8.5.2.1 2006/10/05 09:06:10 minahito Exp $ + * @version $Id: cp_header.php,v 1.2.8.5.2.2 2006/10/12 11:01:07 minahito Exp $ * @deprecated This file was a shortcut for XOOPS2 developers who don't want to load header.php */ @@ -25,6 +25,7 @@ $root->mController->setStrategy($strategy); $root->mController->setupModuleContext(); +$root->mController->_mStrategy->setupModuleLanguage(); //< Umm... // // TODO Index: xoops2jp/html/include/cp_functions.php diff -u xoops2jp/html/include/cp_functions.php:1.2.8.4.2.1 xoops2jp/html/include/cp_functions.php:1.2.8.4.2.2 --- xoops2jp/html/include/cp_functions.php:1.2.8.4.2.1 Thu Oct 5 18:06:10 2006 +++ xoops2jp/html/include/cp_functions.php Thu Oct 12 20:01:07 2006 @@ -1,5 +1,5 @@ <?php -// $Id: cp_functions.php,v 1.2.8.4.2.1 2006/10/05 09:06:10 minahito Exp $ +// $Id: cp_functions.php,v 1.2.8.4.2.2 2006/10/12 11:01:07 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -40,6 +40,7 @@ $root->mController->setStrategy($strategy); $root->mController->setupModuleContext(); + $root->mController->_mStrategy->setupModuleLanguage(); //< Umm... require_once XOOPS_ROOT_PATH."/header.php"; }