Minahito
minah****@users*****
2006年 11月 8日 (水) 19:53:49 JST
Index: xoops2jp/html/modules/legacy/admin/templates/help.html diff -u xoops2jp/html/modules/legacy/admin/templates/help.html:1.1.2.1 xoops2jp/html/modules/legacy/admin/templates/help.html:1.1.2.2 --- xoops2jp/html/modules/legacy/admin/templates/help.html:1.1.2.1 Sat Oct 14 23:55:24 2006 +++ xoops2jp/html/modules/legacy/admin/templates/help.html Wed Nov 8 19:53:49 2006 @@ -1,10 +1,10 @@ <div class="adminnavi"> - <a href="<{$smarty.const.XOOPS_URL}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.adminindex|escape}>"><{$module->getShow('name')}></a> + <a href="<{$module->getAdminIndex()|escape}>"><{$module->mXoopsModule->getShow('name')}></a> »» <span class="adminnaviTitle"><{$smarty.const._HELP}></span> </div> <h3 class="admintitle"><{$smarty.const._HELP}> - <a href="<{$smarty.const.XOOPS_URL}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.adminindex|escape}>"> ( <{$module->getShow('name')}> )</a> + <a href="<{$module->getAdminIndex()|escape}>"><{$module->mXoopsModule->getShow('name')}></a> </h3> <div class="help"><{$contents}></div>