{template header}
{php include pubTemplate("my")}
我的相册
{loop $arrAlbum $key $item}
{$item['albumname']}

{$item[albumname]}

{$item[count_photo]}张照片
{$item[addtime]}创建

{if is_int(($key+1)/5)}
{/if} {/loop}
{$pageUrl}
{template footer}