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