{if $config.bodybg eq 1}
{/if}
{include file="default/inc_head.html"}
{$location}
{$channel.catname}
{foreach from=$cat_list item=cat_list}
全部
{foreach from=$cat_list.children item=children}
{$children.catname}
{/foreach} {/foreach}
{foreach from=$news item=news name=news}
{$news.title}
{$news.begintime|date_format}
{if $smarty.foreach.news.iteration%5 == 0}
{/if} {/foreach}
{$pageview}
{foreach from=$image_news item=imgnews}
{$imgnews.title|truncate:'22'}
{/foreach}
{foreach from=$latest_info item=info}
{$info.title}
{/foreach}
热门阅读排行
{foreach from=$latest_news item=latest}
{$latest.title}
{/foreach}
{include file="default/inc_foot.html"}