aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorGotcha <gotcha@piwigo.org>2010-10-27 10:41:36 +0000
committerGotcha <gotcha@piwigo.org>2010-10-27 10:41:36 +0000
commit31e4a10bc20f40169c3b65f8432c68060570b1fe (patch)
treef01fabc24703d34a037dd073b931fcc6d291e5d9 /themes
parentd9d250ef2fe7926baa757f547a5fe6cccdaaae5d (diff)
Merge r7424 to trunk from br2.1
git-svn-id: http://piwigo.org/svn/trunk@7426 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/default/template/header.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/template/header.tpl b/themes/default/template/header.tpl
index bb42c7289..7f5c026a2 100644
--- a/themes/default/template/header.tpl
+++ b/themes/default/template/header.tpl
@@ -21,6 +21,8 @@
<title>{$GALLERY_TITLE} | {$PAGE_TITLE}</title>{else}
<title>{$PAGE_TITLE} | {$GALLERY_TITLE}</title>{/if}
<link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}{$themeconf.icon_dir}/favicon.ico">
+<link rel="alternate" type="application/rss+xml" title="{'Image only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}">
+<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}">
<link rel="start" title="{'Home'|@translate}" href="{$U_HOME}" >
<link rel="search" title="{'Search'|@translate}" href="{$ROOT_URL}search.php" >