Minahito
minah****@users*****
2006年 5月 30日 (火) 17:17:04 JST
Index: xoops2jp/html/modules/base/admin/templates/preference_edit.html diff -u xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.6 xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.7 --- xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.6 Mon May 22 15:46:11 2006 +++ xoops2jp/html/modules/base/admin/templates/preference_edit.html Tue May 30 17:17:04 2006 @@ -3,20 +3,20 @@ <a href="<{$smarty.const.XOOPS_URL}>/modules/<{$module->getVar('dirname')}>/admin/index.php"><{$module->getVar('name')}></a> <{if $category != null}> »» <a href="<{$smarty.const.XOOPS_URL}>/modules/<{$module->getVar('dirname')}>/admin/index.php?action=PreferenceList"><{$smarty.const._MI_BASE_MENU_PREFERENCE}></a> - »» <{$category->getVar('confcat_name')}> + »» <{$category->getName()|escape}> <{else}> »» <{$smarty.const._MI_BASE_MENU_PREFERENCE}> <{/if}> <{else}> <a href="<{$smarty.const.XOOPS_URL}>/modules/base/admin/index.php"><{$smarty.const._MI_BASE_NAME}></a> »» <a href="./index.php?action=PreferenceList"><{$smarty.const._MI_BASE_MENU_PREFERENCE}></a> - »» <{$category->getVar('confcat_name')}> + »» <{$category->getName()|escape}> <{/if}> </div> <h3> <{if $category != null}> - <{$category->getVar('confcat_name')}> + <{$category->getName()|escape}> <{else}> <{$smarty.const._MI_BASE_MENU_PREFERENCE}> <{/if}>