{include file='common/header'/}
{include file='index@common/left'/}
{php} $data = \app\content\model\Channel::where(['status'=>1,'name'=>'company']) -> find(); {/php}
{$data.title}
{$data.body|htmlspecialchars_decode}
{php} $content = new \app\content\model\Content(); $data = $content -> attrlist('推荐产品',4); {/php} {foreach name='data' item='vo'} {/foreach}
{if condition="check_app('link')"}
申请友情链接
{php} $data = \app\link\model\Link::where(['status'=>1]) -> order('sort desc') -> limit(20) -> select(); {/php} {foreach name="data" item="vo" }  {$vo.title}  {/foreach}
{/if} {include file='common/footer'/}