首页
{category module=share pid=0}
{$t.name}
{if $t.child}
{/if}
{if $t.child}
{category module=share pid=$t.id return=t2}
{$t2.name}
{if $t2.child}
{/if}
{if $t2.child}
{category module=share pid=$t2.id return=t3}
{$t3.name}
{/category}
{/if}
{/category}
{/if}
{/category}
{if IS_USE_MEMBER}
{if !$member}
登录
注册
{else}
{$member.username}
{$member.name}
用户中心
资料修改
密码修改
退出账号
{/if}
{/if}