diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/notification.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/yoga/notification.tpl b/template/yoga/notification.tpl index b62db4bc0..de8185e58 100644 --- a/template/yoga/notification.tpl +++ b/template/yoga/notification.tpl @@ -1,4 +1,8 @@ {* $Id$ *} +{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'|@translate}" href="{$U_FEED}"> +{/html_head} <div id="content" class="content"> <div class="titrePage"> |