diff options
author | Gotcha <gotcha@piwigo.org> | 2010-10-29 11:35:36 +0000 |
---|---|---|
committer | Gotcha <gotcha@piwigo.org> | 2010-10-29 11:35:36 +0000 |
commit | ef746f5df6903b654d5fd93b0bfc68fe147c9e4a (patch) | |
tree | 94eaa7fe38d7cd797bd9820884757ec3e8e1f52e /themes/default/template/notification.tpl | |
parent | 7105aed9917b9b89eb2c77fb0839b2d522cf5ca9 (diff) |
Merge r7473 from br2.1 to trunk
git-svn-id: http://piwigo.org/svn/trunk@7474 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/notification.tpl')
-rw-r--r-- | themes/default/template/notification.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/default/template/notification.tpl b/themes/default/template/notification.tpl index 05d9afc3f..4fb1c70f4 100644 --- a/themes/default/template/notification.tpl +++ b/themes/default/template/notification.tpl @@ -1,3 +1,7 @@ +{html_head} +<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}"> +{/html_head} <div id="content" class="content"> <div class="titrePage"> |