Move get_icon function.

git-svn-id: http://piwigo.org/svn/trunk@3188 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2009-03-11 17:25:26 +00:00
parent 1516e8833f
commit 36d0da30d3
8 changed files with 55 additions and 58 deletions
+1 -1
View File
@@ -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 */