Minahito
minah****@users*****
2005年 12月 25日 (日) 19:48:44 JST
Index: xoops2jp/html/modules/legacyRender/admin/actions/LegacyRenderHelpAction.class.php diff -u xoops2jp/html/modules/legacyRender/admin/actions/LegacyRenderHelpAction.class.php:1.1.2.1 xoops2jp/html/modules/legacyRender/admin/actions/LegacyRenderHelpAction.class.php:1.1.2.2 --- xoops2jp/html/modules/legacyRender/admin/actions/LegacyRenderHelpAction.class.php:1.1.2.1 Fri Nov 25 19:28:15 2005 +++ xoops2jp/html/modules/legacyRender/admin/actions/LegacyRenderHelpAction.class.php Sun Dec 25 19:48:44 2005 @@ -19,7 +19,7 @@ function executeViewIndex(&$controller,&$xoopsUser,&$renderSystem) { - $renderSystem->setTemplateName("legacy_render_help.html"); + $renderSystem->setTemplateName("help.html"); } }