{include file="public/css"} {include file="../portal/public/header"}
{:avatar($userinfo.uid,128)}

{$userinfo.nickname}

    {volist name="collect_article" id="vo"}
  • {$vo.title}

    {$vo.create_time}

    {$vo.content}

  • {/volist}
{$page|raw}
{include file="../portal/public/footer"} {include file="public/js"} {load href="__STATIC__/portal/js/news.js" /}