{$system_site.name|default="Vitphp"}
访问主页
{$Request.session.admin.username}
个人中心
修改密码
{if auth("admin/common/clear")}
清理缓存
{/if}
退出登录
{foreach $menu as $k=>$v} {if isset($v['children'])}
{$v.title}
{foreach $v.children as $key=>$item}
{$item.title}
{/foreach}
{else /}
{$v.title}
{/if} {/foreach}
{block name='content'}{/block}