{include file="head.html"}
我的消息
{foreach item=c from=$data}
{$c.content}
{$c.timeago}
去查看
{/foreach}
{include file="footer.html"}