Minahito
minah****@users*****
2006年 8月 2日 (水) 18:37:11 JST
Index: xoops2jp/html/modules/base/admin/templates/help.html diff -u xoops2jp/html/modules/base/admin/templates/help.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/help.html:1.1.2.6 --- xoops2jp/html/modules/base/admin/templates/help.html:1.1.2.5 Tue Aug 1 19:47:29 2006 +++ xoops2jp/html/modules/base/admin/templates/help.html Wed Aug 2 18:37:11 2006 @@ -1,10 +1,10 @@ <div class="adminnavi"> - <a href="<{$smarty.const.XOOPS_URL}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.adminindex|escape}>"><{$module->modinfo.name|escape}></a> + <a href="<{$smarty.const.XOOPS_URL}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.adminindex|escape}>"><{$module->getShow('name')}></a> »» <{$smarty.const._HELP}> </div> <h3><{$smarty.const._HELP}> - <a href="<{$smarty.const.XOOPS_URL}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.adminindex|escape}>"> ( <{$module->modinfo.name|escape}> )</a> + <a href="<{$smarty.const.XOOPS_URL}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.adminindex|escape}>"> ( <{$module->getShow('name')}> )</a> </h3> <div class="help"><{$contents}></div>