aboutsummaryrefslogtreecommitdiffstats
path: root/include/category_default.inc.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2009-03-11 17:25:26 +0000
committerpatdenice <patdenice@piwigo.org>2009-03-11 17:25:26 +0000
commit36d0da30d307cd821413ccb8ea1ccc68de1d8538 (patch)
treee94b6f52d4657cecc5f7340526a467f095b684a3 /include/category_default.inc.php
parent1516e8833f3a73b1dc4b73e7fa7d3c36bc25c0b4 (diff)
Move get_icon function.
git-svn-id: http://piwigo.org/svn/trunk@3188 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/category_default.inc.php')
-rw-r--r--include/category_default.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/category_default.inc.php b/include/category_default.inc.php
index 98e6250f1..ae24adec1 100644
--- a/include/category_default.inc.php
+++ b/include/category_default.inc.php
@@ -110,7 +110,7 @@ foreach ($pictures as $row)
'TN_SRC' => get_thumbnail_url($row),
'TN_ALT' => $row['file'],
'TN_TITLE' => get_thumbnail_title($row),
- 'ICON_TS' => get_icon($row['date_available']),
+ 'icon_ts' => get_icon($row['date_available']),
'URL' => $url,
/* Fields for template-extension usage */