summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-11-21 09:32:34 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-11-21 09:32:34 +0000
commit5cfb44f7300cce0c337d20a911bedd2315c52346 (patch)
treebac450567e0710e0bb06ff8f466f1fdd81ad0929 /templates
parent9cde7e033998ab5a89d36f9e86b01dabc1549f23 (diff)
downloadfisheye-5cfb44f7300cce0c337d20a911bedd2315c52346.tar.gz
fisheye-5cfb44f7300cce0c337d20a911bedd2315c52346.tar.bz2
fisheye-5cfb44f7300cce0c337d20a911bedd2315c52346.zip
load css using loadCSS
Diffstat (limited to 'templates')
-rw-r--r--templates/header_inc.tpl5
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index c811bfb..29edb3b 100644
--- a/templates/header_inc.tpl
+++ b/templates/header_inc.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_fisheye/templates/header_inc.tpl,v 1.9 2007/11/05 06:30:33 spiderr Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_fisheye/templates/header_inc.tpl,v 1.10 2007/11/21 09:32:33 squareing Exp $ *}
{strip}
{if $gContent}
{if $gGallery->mInfo.previous_image_id}
@@ -8,9 +8,6 @@
<link rel="next" title="{tr}Next{/tr}" href="{$gContent->getDisplayUrl($gGallery->mInfo.next_image_id)|escape}" />
{/if}
{/if}
-{if $gBitSystem->isFeatureActive( 'fisheye_gallery_div_layout' )}
- <link rel="stylesheet" title="{$style}" type="text/css" href="{$smarty.const.FISHEYE_PKG_URL}div_layout.css" media="all" />
-{/if}
{if $gBitSystem->isPackageActive( 'rss' ) and $gBitSystem->isFeatureActive( 'fisheye_rss' ) and $smarty.const.ACTIVE_PACKAGE eq 'fisheye' and $gBitUser->hasPermission( 'p_fisheye_view' )}
{if $gGallery}
{assign var=fisheye_rss_gal_id value=$gGallery->mGalleryId}