diff options
author | plegall <plg@piwigo.org> | 2006-06-13 15:27:15 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-06-13 15:27:15 +0000 |
commit | 0535c346daf1bfc277de4c47bfb6d4d84545c421 (patch) | |
tree | e748ad73a0923e932feae3c7386d946db6daf377 | |
parent | 3eac3bf5774484ccc9c13969562c27856881ce4b (diff) |
bug 413 fixed: the "up" icon on picture.php has a wrong title.
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1343 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | template/yoga/picture.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index ca4f7ecd3..bb30f6491 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -43,7 +43,7 @@ <!-- BEGIN next --> <a class="navButton next" href="{next.U_IMG}" title="{L_NEXT_IMG}{next.TITLE_IMG}" rel="next"><img src="{pwg_root}{themeconf:icon_dir}/right.png" class="button" alt="{lang:next_page}"></a> <!-- END next --> - <a class="navButton up" href="{U_UP}" title="{L_UP_HINT}" rel="up"><img src="{pwg_root}{themeconf:icon_dir}/up.png" class="button" alt="{L_UP_ALT}"></a> + <a class="navButton up" href="{U_UP}" title="{lang:thumbnails}" rel="up"><img src="{pwg_root}{themeconf:icon_dir}/up.png" class="button" alt="{L_UP_ALT}"></a> <!-- BEGIN previous --> <a class="navButton prev" href="{previous.U_IMG}" title="{L_PREV_IMG}{previous.TITLE_IMG}" rel="prev"><img src="{pwg_root}{themeconf:icon_dir}/left.png" class="button" alt="{lang:previous_page}"></a> <!-- END previous --> |