$!httpInclude.include("/seller/nav_head.htm")
$!httpInclude.include("/seller/nav.htm?op=album")
#if($!album.album_cover)
#set($cover_img="$!webPath/$!{album.album_cover.path}/$!{album.album_cover.name}")
#else
#set($cover_img="$!webPath/resources/style/system/front/default/images/user_photo/smph.jpg")
#end

-
$!album.album_name
#foreach($photo in $album.photos)
-
#end
|
$!httpInclude.include("/footer.htm")