diff options
| author | spiderr <spider@viovio.com> | 2013-04-05 13:31:00 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-05 13:31:00 -0400 |
| commit | 3bf3aaff6b0712deff64f71a3e735c7c42f3f7ac (patch) | |
| tree | bef3eeb76fa0c0cb5f9aef03b09be829aea8271c /templates/html_head_inc.tpl | |
| parent | 56b440f3852d5b89300220ffc78e75e85d52d7f3 (diff) | |
| download | wiki-3bf3aaff6b0712deff64f71a3e735c7c42f3f7ac.tar.gz wiki-3bf3aaff6b0712deff64f71a3e735c7c42f3f7ac.tar.bz2 wiki-3bf3aaff6b0712deff64f71a3e735c7c42f3f7ac.zip | |
rename header_inc.tpl to html_head_inc.tpl for naming consistency and avoiding abiguiuty with new html5 header tag
Diffstat (limited to 'templates/html_head_inc.tpl')
| -rw-r--r-- | templates/html_head_inc.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl new file mode 100644 index 0000000..5e9ceb4 --- /dev/null +++ b/templates/html_head_inc.tpl @@ -0,0 +1,5 @@ +{strip} +{if $gBitSystem->isPackageActive( 'rss' ) and $gBitSystem->isFeatureActive( 'wiki_rss' ) and $smarty.const.ACTIVE_PACKAGE eq 'wiki' and $gBitUser->hasPermission( 'p_wiki_view_page' )} +<link rel="alternate" type="application/rss+xml" title="{$gBitSystem->getConfig('fisheye_rss_title',"{tr}Wiki{/tr} RSS")}" href="{$smarty.const.WIKI_PKG_URL}wiki_rss.php?version={$gBitSystem->getConfig('rssfeed_default_version',0)}{if $gBitSystem->getConfig( 'rssfeed_httpauth' ) && $gBitUser->isRegistered()}&httpauth=y{/if}" /> +{/if} +{/strip} |
