diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-12-09 23:42:07 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-12-09 23:42:07 +0000 |
| commit | ce868b8ed3a04de6d8479be581e67e759a1056de (patch) | |
| tree | 13cb804c9faee93c101db896b9c93527d9f0d68e /templates/header_inc.tpl | |
| parent | b99317a3ff5164825f565239a3ef604357896845 (diff) | |
| download | blogs-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.tpl | 5 |
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} |
