{* $Header$ *}
{strip}
{if !empty($gGallery) && $gContent}
{if !empty($gGallery->mInfo.previous_image_id)}
{/if}
{if !empty($gGallery->mInfo.next_image_id)}
{/if}
{/if}
{if $gBitSystem->isPackageActive( 'rss' ) && $gBitSystem->isFeatureActive( 'fisheye_rss' ) && $gBitSystem->getActivePackage() eq 'fisheye' && $gBitUser->hasPermission( 'p_fisheye_view' )}
{if !empty($gGallery)}
{assign var=fisheye_rss_gal_id value=$gGallery->mGalleryId}
{elseif $gContent}
{assign var=fisheye_rss_gal_id value=$gContent->mGalleryId}
{/if}
{/if}
{/strip}