aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-01-29 21:00:29 +0000
committerz0rglub <z0rglub@piwigo.org>2004-01-29 21:00:29 +0000
commit1136e871818a420b50e8d4819517970be7f71525 (patch)
treecec49186f2d76689adc4e8f29882e9e9a54c5711
parent729be610db0bc469e28484ec7f3bd2db750e397e (diff)
having 2 link for each thumbnail instead of 1 : first one on the picture,
second one on the text git-svn-id: http://piwigo.org/svn/branches/release-1_3@327 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--template/default/category.vtp6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/default/category.vtp b/template/default/category.vtp
index 087d80bcd..bab094d54 100644
--- a/template/default/category.vtp
+++ b/template/default/category.vtp
@@ -48,9 +48,9 @@
<img src="{#src}"
alt="{#alt}"
title="{#title}"
- class="imgLink"/><br />
- {#name}
- </a>
+ class="imgLink"/></a>
+ <br />
+ <a href="{#url}" class="back">{#name}</a>
{#icon}
<!--VTP_nb_comments-->
<br />{#nb} {#comments}