diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-01-29 21:00:29 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-01-29 21:00:29 +0000 |
commit | 1136e871818a420b50e8d4819517970be7f71525 (patch) | |
tree | cec49186f2d76689adc4e8f29882e9e9a54c5711 /template/default/category.vtp | |
parent | 729be610db0bc469e28484ec7f3bd2db750e397e (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
Diffstat (limited to '')
-rw-r--r-- | template/default/category.vtp | 6 |
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} |