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/header.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 'template/yoga/header.tpl')
-rw-r--r-- | template/yoga/header.tpl | 4 |
1 files changed, 2 insertions, 2 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 |