diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-03-25 12:40:24 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-03-25 12:40:24 +0000 |
commit | 64da75a29377bb809ceb560039f99f21a0e585c6 (patch) | |
tree | 4200863e42a6b20943e7114448536f417c3cfe44 /template/yoga/category.tpl | |
parent | ce58f0df2253c7bdcf545be456c7d9d2ddf1e2d7 (diff) |
-new : add a 'CLASS' element in 'thumbnails.line.thumbnail' array to store a different classname for
category thumbnails and element thubnails in order to be able to display them differently.
git-svn-id: http://piwigo.org/svn/trunk@1098 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/category.tpl')
-rw-r--r-- | template/yoga/category.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/category.tpl b/template/yoga/category.tpl index 5705d5824..df6e4d249 100644 --- a/template/yoga/category.tpl +++ b/template/yoga/category.tpl @@ -185,7 +185,7 @@ <ul class="thumbnails"> <!-- BEGIN line --> <!-- BEGIN thumbnail --> - <li> + <li class="{thumbnails.line.thumbnail.CLASS}"> <span class="wrap1"> <span class="wrap2"> <a href="{thumbnails.line.thumbnail.U_IMG_LINK}"> |