#if($PhotoList.Count > 0) #foreach($PhotoItem in $PhotoList)
#if(${xf.ViewSkinEffectSetting("DisplayTitle",true)})

${PhotoItem.Title}

#end #if(${xf.ViewSkinEffectSetting("Displaysummary",true)})
$PhotoItem.Description
#end
#end #end