diff options
| -rw-r--r-- | templates/html_head_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl index 122b861..f6fe781 100644 --- a/templates/html_head_inc.tpl +++ b/templates/html_head_inc.tpl @@ -8,7 +8,7 @@ <link rel="next" title="{tr}Next{/tr}" href="{$gContent->getImageUrl($gGallery->mInfo.next_image_id)|escape}" /> {/if} {/if} -{if $gBitSystem->isPackageActive( 'rss' ) and $gBitSystem->isFeatureActive( 'fisheye_rss' ) and $smarty.const.ACTIVE_PACKAGE eq 'fisheye' and $gBitUser->hasPermission( 'p_fisheye_view' )} +{if $gBitSystem->isPackageActive( 'rss' ) and $gBitSystem->isFeatureActive( 'fisheye_rss' ) and $gBitSystem->getActivePackage() eq 'fisheye' and $gBitUser->hasPermission( 'p_fisheye_view' )} {if $gGallery} {assign var=fisheye_rss_gal_id value=$gGallery->mGalleryId} {elseif $gContent} |
