{php} \think\Hook::listen('home_head'); {/php}
{if condition="check_app('mbzs')"}
{/if}
Toggle navigation
EBCMS
首页
{if condition="check_app('content')"} {php} $data = \app\content\model\Channel::where(['status'=>1,'nav'=>1]) -> order('sort desc,id asc') -> select(); $data = \ebcms\Tree::tree($data); {/php} {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} {/if}
搜索
{include file='index@common/slide'/}
{php} $position = \ebcms\Position::get(); {/php} {if condition="count($position) > 1"}
{foreach name='position' item='vo'}
{$vo.title}
{/foreach}
{/if}