diff options
| author | spider@app1 <spiderr@bitweaver.org> | 2016-06-21 12:08:34 -0400 |
|---|---|---|
| committer | spider@app1 <spiderr@bitweaver.org> | 2016-06-21 12:08:34 -0400 |
| commit | 242484cb72f52ad2b93daf523707ae9d4587d820 (patch) | |
| tree | 8fce2eae8f379554c7be5d4accfc083def259cbd /templates | |
| parent | 106ea56506d8a69fe209f595c111a15d45d62b2a (diff) | |
| download | fisheye-242484cb72f52ad2b93daf523707ae9d4587d820.tar.gz fisheye-242484cb72f52ad2b93daf523707ae9d4587d820.tar.bz2 fisheye-242484cb72f52ad2b93daf523707ae9d4587d820.zip | |
update for BitSystem::get(set)ActivePackage() instead of ACTIVE_PACKAGE
Diffstat (limited to 'templates')
| -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} |
