{layout name="layout" /} {php} use app\model\Category; $childrenMenu = Category::getChildrenByParentId($topCategoryId); {/php} {include file="public/about_second" /}
{if !empty($images)} {foreach $images as $img}
{$img.title}
{/foreach} {/if}

{$item.title}

{$item.sub_title}
{$item.content|raw}
{if !empty($prev)}
上一篇:{$prev['title']}
{/if} {if !empty($next)}
下一篇:{$next['title']}
{/if}