Toggle navigation
EBCMS
{content:category tree='1' return='data'/}
首页
{foreach name='data' item='vo'} {notempty name='vo.rows'}
{$vo.title}
{foreach name='vo.rows' item='sub'}
{$sub.title}
{/foreach}
{else /}
{$vo.title}
{/notempty} {/foreach}
搜索
{ebcms:nav mark='main' return='nav' tree='1' /} {foreach name="nav" item="vo" } {notempty name='vo.rows'}
{$vo.title}
{foreach name='vo.rows' item='sub'}
{$sub.title}
{/foreach}
{else /}
{$vo.title}
{/notempty} {/foreach}
{if condition="session('?user_id')"}
{:mb_substr(session('user_nickname'),0,10)}
会员中心
消息
{$Think.session.user_notice}
退出
{else /}
登录
{/if} {ebcms:position return='position'/} {if condition="count($position) > 1"}
{foreach name='position' item='vo'}
{$vo.title}
{/foreach}
{/if}