{extend name="home/common_tpl/base_html.html" /} {block name="src"} {/block} {block name="content"} {include file="home/common_tpl/header.html" /}

    {foreach $top_news as $b}
  • {/foreach}

{if count($news_normal) > 0} {/if} {if count($news_normal) > 1}
    {foreach $news_normal as $k => $b} {if $k > 0}
  • {$b.title}{$b.update_at}
  • {/if} {/foreach}
{/if}
{include file="home/common_tpl/footer.html" /} {/block} {block name="js"} {/block}