{template header}
{template menu}
{loop $arrAlbum $key $item}

作者:{$item['user']['username']}

时间:{php echo date('Y-m-d',strtotime($item['addtime']))}

资料:{$item['count_attach']}个

{/loop}
{$pageUrl}
{template footer}