{#include file="header.html"#}
{#foreach from=get_articles(0, 30) item=art#}

{#$art.art_title|truncate:"28"#}{#if $art.art_shoufa == 1#}首发{#/if#} {#if $art.art_dujia == 1#}独家{#/if#}

{#$art.art_intro|truncate:"70"#}

{#foreach from= get_format_tags($art['art_tags'], 3) item=item#}{#$item.tag_name#} {#/foreach#}

{#$art.user_name#} {#if $art.verify_code == 1#} {#/if#} {#$art.art_ctime#} 阅读({#$art.art_views#})
{#/foreach#}
文章排行TOP ARTICLES
    {#foreach from=get_articles(0, 10, false, 'views') item=hot name=hot_article#}
  • {#$smarty.foreach.hot_article.iteration#}

    {#$hot.art_title#}

    {#if $smarty.foreach.hot_article.iteration== 1#}

    {#$hot.art_intro|truncate:"40"#}

    {#/if#}
  • {#/foreach#}
热门评论 HOT COMMENT
友荐云推荐
活跃作家排行ACTIVE WRITER
    {#foreach from=get_users( 10, true, 'views') item=hot name=hot_user#}
  • {#$hot.user_name#}

    {#$hot.user_author#}

  • {#/foreach#}

更多作家

热门标签TOP TAGS
    {#foreach from=get_articles(0, 10, false, 'views') item=hot name=hot_article#}
  • {#foreach from= get_format_tags($hot['art_tags'], 0) item=item#}{#$item.tag_name#} {#/foreach#} {#$hot.art_title#}
  • {#/foreach#}
{#include file="footer.html"#}