diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-12-10 15:15:09 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-12-10 15:15:09 +0000 |
| commit | 423718c8a6efd142ed74758d10f7184f29a69ddc (patch) | |
| tree | 6a61a3f3f44d018556a90ddedd5c4c522faf5a5b /templates/header_inc.tpl | |
| parent | ce868b8ed3a04de6d8479be581e67e759a1056de (diff) | |
| download | blogs-423718c8a6efd142ed74758d10f7184f29a69ddc.tar.gz blogs-423718c8a6efd142ed74758d10f7184f29a69ddc.tar.bz2 blogs-423718c8a6efd142ed74758d10f7184f29a69ddc.zip | |
more rss cleanup - make sure we use appropriate cache files for individual galleries and use correct rss title when individual galleries are called
Diffstat (limited to 'templates/header_inc.tpl')
| -rw-r--r-- | templates/header_inc.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl index ac4ec7b..812b642 100644 --- a/templates/header_inc.tpl +++ b/templates/header_inc.tpl @@ -1,6 +1,6 @@ -{* $Header: /cvsroot/bitweaver/_bit_blogs/templates/header_inc.tpl,v 1.6 2006/12/09 23:42:07 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_blogs/templates/header_inc.tpl,v 1.7 2006/12/10 15:15:09 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={$gBitSystem->getConfig('rssfeed_default_version',0)}" /> + <link rel="alternate" type="application/rss+xml" title="{$gBitSystem->getConfig('blogs_rss_title',"{tr}Blogs{/tr} RSS")}" href="{$smarty.const.BLOGS_PKG_URL}blogs_rss.php?version={$gBitSystem->getConfig('rssfeed_default_version',0)}" /> {/if} {/strip} |
