diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/header.tpl | 4 | ||||
-rw-r--r-- | template/yoga/notification.tpl | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index fe3e1da02..3e2b43634 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -16,7 +16,7 @@ <link rel="search" title="{lang:search}" href="{pwg_root}search.php" > <!-- BEGIN first --> <link rel="first" title="{lang:first_page}" href="{first.U_IMG}" > -<link rel="up" title="{lang:thumbails}" href="{U_UP}" > +<link rel="up" title="{lang:thumbnails}" href="{U_UP}" > <!-- END first --> <!-- BEGIN previous --> <link rel="prev" title="{lang:previous_page}" href="{previous.U_IMG}" > @@ -26,7 +26,7 @@ <!-- END next --> <!-- BEGIN last --> <link rel="last" title="{lang:last_page}" href="{last.U_IMG}" > -<link rel="up" title="{lang:thumbails}" href="{U_UP}" > +<link rel="up" title="{lang:thumbnails}" href="{U_UP}" > <!-- END last --> <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/layout.css"> <!-- the next css is used to fix khtml (Konqueror/Safari) issue 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> |