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 | 87c6b860b99544f843b3ef720c940ce25e398a60 (patch) | |
| tree | 7c0b994701fea75a0caf4c4e0e5495d031598c1b | |
| parent | 9fd0ea6ce33c8a1a4c38527b6e5200a55c927bc9 (diff) | |
| download | articles-87c6b860b99544f843b3ef720c940ce25e398a60.tar.gz articles-87c6b860b99544f843b3ef720c940ce25e398a60.tar.bz2 articles-87c6b860b99544f843b3ef720c940ce25e398a60.zip | |
more rss cleanup - make sure we use appropriate cache files for individual galleries and use correct rss title when individual galleries are called
| -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 f5c1054..e5dc8f9 100644 --- a/templates/header_inc.tpl +++ b/templates/header_inc.tpl @@ -1,6 +1,6 @@ -{* $Header: /cvsroot/bitweaver/_bit_articles/templates/header_inc.tpl,v 1.6 2006/12/09 23:42:07 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_articles/templates/header_inc.tpl,v 1.7 2006/12/10 15:15:09 squareing Exp $ *} {strip} {if $gBitSystem->isPackageActive( 'rss' ) and $gBitSystem->isFeatureActive( 'articles_rss' ) and $smarty.const.ACTIVE_PACKAGE eq 'articles' and $gBitUser->hasPermission( 'p_articles_read' )} - <link rel="alternate" type="application/rss+xml" title="{tr}Articles{/tr} RSS" href="{$smarty.const.ARTICLES_PKG_URL}articles_rss.php?version={$gBitSystem->getConfig('rssfeed_default_version',0)}" /> + <link rel="alternate" type="application/rss+xml" title="{$gBitSystem->getConfig('articles_rss_title',"{tr}Articles{/tr} RSS")}" href="{$smarty.const.ARTICLES_PKG_URL}articles_rss.php?version={$gBitSystem->getConfig('rssfeed_default_version',0)}" /> {/if} {/strip} |
