{php include pubTemplate("header_admin")}
{php include template("admin/menu");}
{$pageUrl}
{loop $arrPhoto $key $item} {/loop}
PhotoId图片AlbumID UserId 统计 操作
{$item[photoid]} {if $item[photourl]} {else} {/if} {$item[albumid]} {$item[userid]} 浏览:{$item['count_view']}
评论:{$item['count_comment']}
设为封面 {if $item[isrecommend]==0}推荐{else}取消推荐{/if} 删除
{php include pubTemplate("footer_admin")}