{include file="head.html"}
导航管理 导航添加
{foreach item=g key=k from=$group_list} {$g} {/foreach}
{foreach item=t from=$navlist} {if $t.child} {foreach item=c from=$t.child} {/foreach} {/if} {/foreach}
ID 名称 状态 m a 位置 目标 排序 操作
{$t.id} {$t.title} {if $t.status eq 1} {else} {/if} {$t.m} {$t.a} {$group_list.$t.group_id} {$t.target} 添加 编辑 删除
{$c.id} |__{$c.title} {if $c.status eq 1} {else} {/if} {$c.m} {$c.a} {$group_list.$c.group_id} {if $c.target eq '_blank'}{$lang._blank}{else}{$lang._self}{/if} 编辑 删除
更改排序
{include file='footer.html'}