{layout name="layout"/} {php} use app\model\Article; use app\model\Category; $childrenMenu = Category::getChildrenByParentId(Category::CATEGORY_COMPANY); $items = Article::getList(Category::CATEGORY_COMPANY_HONOR, 1000); {/php} {include file="public/about_second" /}

{$blocks['company_honor']['value']}

{$blocks['company_honor']['title']}
{foreach $items as $item}
{$item.title}
{php} $list = nl2br($item['summary']); $list = explode('
', $list); {/php} {foreach $list as $val}

{$val}

{/foreach}
{/foreach}