{layout name="layout" /}
{$topCategory.title ?? ''}

{:nl2br($topCategory.description ?? '')}

{if isset($categoryChildren) && count($categoryChildren) >0} {foreach $categoryChildren as $idx => $cate} {php} $active = ''; if($categoryId == $cate['id']) { $active = 'active'; } elseif ($categoryId == $topCategory['id'] && $idx == 0) { $active = 'active'; } {/php} {/foreach} {/if}
{$article.title}

{$article.create_time|date="Y/m/d"}

{:nl2br($article.content)}

{if isset($prev) && count($prev) >0} 上一篇 {/if} {if (isset($prev) && count($prev) >0) && (isset($next) && count($next) >0)}/{/if} {if isset($next) && count($next) >0} 下一篇 {/if}

返回