summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-01-08 07:50:16 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-01-08 07:50:16 +0000
commitcc50472cf641ae4605ec72473996776d68f55ff6 (patch)
tree7ddb350dc62dcfb91beda2a0e6afc652def4a1b5
parentbe224220d6b674327b3e61658c8a670a2e0e59bf (diff)
downloadrss-cc50472cf641ae4605ec72473996776d68f55ff6.tar.gz
rss-cc50472cf641ae4605ec72473996776d68f55ff6.tar.bz2
rss-cc50472cf641ae4605ec72473996776d68f55ff6.zip
move rss link to rss package
-rw-r--r--templates/header_inc.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index abefb38..3a0fedf 100644
--- a/templates/header_inc.tpl
+++ b/templates/header_inc.tpl
@@ -1,3 +1,7 @@
+{if $gBitSystem->isPackageActive( 'rss' )}
+ <link rel="rss feeds" title="{tr}RSS Syndication{/tr}" href="{$smarty.const.RSS_PKG_URL}" />
+{/if}
+
{if $gBitSystem->isPackageActive( 'rss' ) and $feedlink.url}
<link rel="alternate" type="application/rss+xml" title="{$feedlink.title|escape}" href="{$feedlink.url}" />
{/if}