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.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl
new file mode 100644
index 0000000..b245010
--- /dev/null
+++ b/templates/html_head_inc.tpl
@@ -0,0 +1,9 @@
+{strip}
+{if $gBitSystem->isPackageActive( 'rss' ) and $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 $feedlink.url}
+ <link rel="alternate" type="application/rss+xml" title="{$feedlink.title|escape}" href="{$feedlink.url}" />
+{/if}
+{/strip}