diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-06-25 20:40:57 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-06-25 20:40:57 +0000 |
commit | 91a2c6c8c9283515ac48c7de4b70a0ac265943a1 (patch) | |
tree | 77d1d414203a38e45c3a0ac32c923c98360e24da | |
parent | aa33a48943862d101fa0b839727975f5317e5d14 (diff) |
- new possibility to add a bullet before the name of each thumbnail simply
by adding a block thumbnails.line.thumbnail.bullet
- adds a CSS class for the name of the thumbnail
git-svn-id: http://piwigo.org/svn/trunk@445 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/category.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/default/category.tpl b/template/default/category.tpl index fde5dd284..213b53050 100644 --- a/template/default/category.tpl +++ b/template/default/category.tpl @@ -85,7 +85,10 @@ title="{thumbnails.line.thumbnail.IMAGE_TITLE}" class="thumbLink" /> <br /> - {thumbnails.line.thumbnail.IMAGE_NAME}</a> + <!-- BEGIN bullet --> + <img src="./template/default/theme/collapsed.gif" style="border:none;" alt=">" /> + <!-- END bullet --> + <span class="{thumbnails.line.thumbnail.IMAGE_STYLE}">{thumbnails.line.thumbnail.IMAGE_NAME}</span></a> {thumbnails.line.thumbnail.IMAGE_TS} <!-- BEGIN nb_comments --> <br />{thumbnails.line.thumbnail.nb_comments.NB_COMMENTS} {L_COMMENT} |