summaryrefslogtreecommitdiff
path: root/templates/header_inc.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-12-09 23:42:07 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-12-09 23:42:07 +0000
commitce868b8ed3a04de6d8479be581e67e759a1056de (patch)
tree13cb804c9faee93c101db896b9c93527d9f0d68e /templates/header_inc.tpl
parentb99317a3ff5164825f565239a3ef604357896845 (diff)
downloadblogs-ce868b8ed3a04de6d8479be581e67e759a1056de.tar.gz
blogs-ce868b8ed3a04de6d8479be581e67e759a1056de.tar.bz2
blogs-ce868b8ed3a04de6d8479be581e67e759a1056de.zip
do some generic rss cleanup and actually make use of the default rss feed type setting
Diffstat (limited to 'templates/header_inc.tpl')
-rw-r--r--templates/header_inc.tpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index 60c4bf1..ac4ec7b 100644
--- a/templates/header_inc.tpl
+++ b/templates/header_inc.tpl
@@ -1,7 +1,6 @@
-{* $Header: /cvsroot/bitweaver/_bit_blogs/templates/header_inc.tpl,v 1.5 2006/05/04 19:04:58 squareing Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_blogs/templates/header_inc.tpl,v 1.6 2006/12/09 23:42:07 squareing Exp $ *}
{strip}
{if $gBitSystem->isPackageActive( 'rss' ) and $gBitSystem->isFeatureActive( 'blogs_rss' ) and $smarty.const.ACTIVE_PACKAGE eq 'blogs' and $gBitUser->hasPermission( 'p_blogs_view' )}
- <link rel="alternate" type="application/rss+xml" title="{tr}Blogs{/tr} RSS" href="{$smarty.const.BLOGS_PKG_URL}blogs_rss.php?version=rss20" />
- <link rel="alternate" type="application/rss+xml" title="{tr}Blogs{/tr} ATOM" href="{$smarty.const.BLOGS_PKG_URL}blogs_rss.php?version=atom" />
+ <link rel="alternate" type="application/rss+xml" title="{tr}Blogs{/tr} RSS" href="{$smarty.const.BLOGS_PKG_URL}blogs_rss.php?version={$gBitSystem->getConfig('rssfeed_default_version',0)}" />
{/if}
{/strip}