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