getGalleryDescription()) {
echo '
' . $this->getGalleryDescription() . '
';
} ?>
getThumbnailUrl(250, 250));
$image = $item->getPhotoUrl($item);
$url = $this->getGalleryUrl($item);
if ($item->getType() != 'album') {
$url = $image;
}
?>
getTitle(
) ?>
getGalleryDescription()) {
echo '
' . $item->getDescription() . '
';
} ?>