{include file="head.html"}
{include file="header.html"}
{assign var="userTab" value="gold_log"} {include file="user_left.html"}
金币日志
购买金币
id
时间
日志内容
金币
{foreach item=c from=$list}
{$c.id}
{$c.dateline|date:Y-m-d}
{$c.content}
{$c.money}
{/foreach}
{$pagelist}
{include file="footer.html"}