diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-12-06 01:07:03 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-12-06 01:07:03 +0000 |
commit | f880be0609a63046c2f8fe961467f97a8a943f10 (patch) | |
tree | 55f8c759e903e37d37bd9bacf69f9c1e9002cdf4 /template/yoga/notification.tpl | |
parent | af138fa6311ac686ec7f256788eb2a07784ac215 (diff) |
feature 583: notification infromation can be filtered by the requester
(optionnally no comments/new users...)
small lang correction in header.tpl
git-svn-id: http://piwigo.org/svn/trunk@1636 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/notification.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/notification.tpl b/template/yoga/notification.tpl index d4b178b42..3cd7be193 100644 --- a/template/yoga/notification.tpl +++ b/template/yoga/notification.tpl @@ -9,5 +9,6 @@ <p>{lang:The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.}</p> - <p><a href="{FEED_URL}">{lang:RSS feed}</a></p> + <p><a href="{U_FEED_IMAGE_ONLY}">{lang:Image only RSS feed}</a></p> + <p><a href="{U_FEED}">{lang:Complete RSS feed}</a></p> </div> |