diff options
author | Gotcha <gotcha@piwigo.org> | 2010-10-28 22:38:37 +0000 |
---|---|---|
committer | Gotcha <gotcha@piwigo.org> | 2010-10-28 22:38:37 +0000 |
commit | 79edf79c1dc3cf84f8b9e93b41436e802b8d1d8d (patch) | |
tree | cfe72b323ec0809ad3469f7209afde4e320b0b5c /themes/default | |
parent | fb5e9d0cea66f786ddc520931a7a2013aa340194 (diff) |
Add an RSS feed in the header. Same as notification.php
Remove the header insertion in notification.tpl
Thanks to Boulde.
bug:1957
git-svn-id: http://piwigo.org/svn/branches/2.1@7466 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/notification.tpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/default/template/notification.tpl b/themes/default/template/notification.tpl index 1848e5e46..9f9b564d5 100644 --- a/themes/default/template/notification.tpl +++ b/themes/default/template/notification.tpl @@ -1,7 +1,3 @@ -{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"> |