{php include pubTemplate("header")}

{$strUser['username']}的相册


{loop $arrAlbum $key $item}
{$item[albumname]}
{$item['albumname']}
{$item['count_photo']}张照片
{php echo date('Y-m-d',strtotime($item['addtime']))} 创建
{/loop}
{$pageUrl}
{php include pubTemplate("footer")}