diff options
author | Gotcha <gotcha@piwigo.org> | 2010-10-29 11:34:36 +0000 |
---|---|---|
committer | Gotcha <gotcha@piwigo.org> | 2010-10-29 11:34:36 +0000 |
commit | d7b8a83929ec3699ad7e1c8ea47df8223a9f15e3 (patch) | |
tree | 27fd358df764e0134eec9220f8debf7a2d923094 | |
parent | 79edf79c1dc3cf84f8b9e93b41436e802b8d1d8d (diff) |
Cancel r7424 + r7466 (r7426 + r7467)
Waiting more test for performance and privacy level
bug:1813
git-svn-id: http://piwigo.org/svn/branches/2.1@7473 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | themes/default/template/header.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/notification.tpl | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/themes/default/template/header.tpl b/themes/default/template/header.tpl index 7f5c026a2..bb42c7289 100644 --- a/themes/default/template/header.tpl +++ b/themes/default/template/header.tpl @@ -21,8 +21,6 @@ <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" > diff --git a/themes/default/template/notification.tpl b/themes/default/template/notification.tpl index 9f9b564d5..03a7b9fda 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"> |