aboutsummaryrefslogtreecommitdiffstats
path: root/include/category_default.inc.php
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-03-25 12:40:24 +0000
committerchrisaga <chrisaga@piwigo.org>2006-03-25 12:40:24 +0000
commit64da75a29377bb809ceb560039f99f21a0e585c6 (patch)
tree4200863e42a6b20943e7114448536f417c3cfe44 /include/category_default.inc.php
parentce58f0df2253c7bdcf545be456c7d9d2ddf1e2d7 (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 'include/category_default.inc.php')
-rw-r--r--include/category_default.inc.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/category_default.inc.php b/include/category_default.inc.php
index 7201c7bb8..31d40ed90 100644
--- a/include/category_default.inc.php
+++ b/include/category_default.inc.php
@@ -97,7 +97,9 @@ foreach ($pictures as $row)
'IMAGE_TITLE' => $thumbnail_title,
'IMAGE_TS' => get_icon($row['date_available']),
- 'U_IMG_LINK' => $url
+ 'U_IMG_LINK' => $url,
+
+ 'CLASS' => 'thumbElmt',
)
);
@@ -165,4 +167,4 @@ SELECT COUNT(*) AS nb_comments
}
pwg_debug('end include/category_default.inc.php');
-?> \ No newline at end of file
+?>