模板 | 路径 |
{$P8LANG['cms_model_admin_edit_template']} |
原始模板:
{$core.CONFIG['template_dir']}admin/$SYSTEM/item/$name/#edit.html
{$core.CONFIG['template_dir']}admin/$SYSTEM/item/edit.html
目标模板: {$core.CONFIG['template_dir']}admin/$SYSTEM/item/$name/edit.html |
{$P8LANG['cms_model_member_edit_template']} |
原始模板:
{$core.CONFIG['template_dir']}{$core.CONFIG['member_template']}/$SYSTEM/item/$name/#edit.html
{$core.CONFIG['template_dir']}{$core.CONFIG['member_template']}/$SYSTEM/item/edit.html
目标模板: {$core.CONFIG['template_dir']}{$core.CONFIG['member_template']}/$SYSTEM/item/$name/edit.html |
{$P8LANG['cms_model_list_edit_template']} |
原始模板:
{$core.CONFIG['template_dir']}{$this_system.CONFIG['template']}/$SYSTEM/item/$name/#list.html
{$core.CONFIG['template_dir']}{$this_system.CONFIG['template']}/$SYSTEM/item/#/list.html
目标模板: {$core.CONFIG['template_dir']}{$this_system.CONFIG['template']}/$SYSTEM/item/$name/list.html |