diff options
Diffstat (limited to 'include/category_default.inc.php')
-rw-r--r-- | include/category_default.inc.php | 6 |
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 +?> |