diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-10-30 16:51:01 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-10-30 16:51:01 +0000 |
commit | fa9a5cd07bc9931d1dffb9c54ab93ce3736ac506 (patch) | |
tree | 15fc7529db5ffb81758339a464fc6f080773a45d /template/default/picture.tpl | |
parent | 7cd9b65e3299fb8bc6a83e65f89fcecca62f3178 (diff) |
- differentiation of links "up to thumbnails" and "home"
git-svn-id: http://piwigo.org/svn/trunk@588 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/picture.tpl')
-rw-r--r-- | template/default/picture.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/picture.tpl b/template/default/picture.tpl index 212f74fe2..c2e5f14ab 100644 --- a/template/default/picture.tpl +++ b/template/default/picture.tpl @@ -9,8 +9,8 @@ <div id="imgBarMenu"> <div class="imgMenu" id="left"> - <a href="{U_HOME}" title="{L_HOME}"> - <img src="template/default/theme/categories.gif" alt="{L_HOME}" /> + <a href="{U_UP}" title="{L_UP_HINT}"> + <img src="template/default/theme/categories.gif" alt="{L_UP_ALT}" /> </a> </div> <div class="imgMenu" id="left"> |