summaryrefslogtreecommitdiff
path: root/templates/html_head_inc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html_head_inc.tpl')
-rw-r--r--templates/html_head_inc.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl
index 6af4972..9600bcd 100644
--- a/templates/html_head_inc.tpl
+++ b/templates/html_head_inc.tpl
@@ -1,9 +1,9 @@
{strip}
-{if $gBitSystem->isPackageActive( 'rss' ) and $gBitSystem->isFeatureActive( 'site_header_extended_nav' )}
+{if $gBitSystem->isPackageActive( 'rss' ) && $gBitSystem->isFeatureActive( 'site_header_extended_nav' )}
<link rel="rss feeds" title="{tr}RSS Syndication{/tr}" href="{$smarty.const.RSS_PKG_URL}" />
{/if}
-{if $gBitSystem->isPackageActive( 'rss' ) and !empty($feedlink.url)}
+{if $gBitSystem->isPackageActive( 'rss' ) && !empty($feedlink.url)}
<link rel="alternate" type="application/rss+xml" title="{$feedlink.title|escape}" href="{$feedlink.url}" />
{/if}
{/strip}