From 36d0da30d307cd821413ccb8ea1ccc68de1d8538 Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 11 Mar 2009 17:25:26 +0000 Subject: Move get_icon function. git-svn-id: http://piwigo.org/svn/trunk@3188 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/category_cats.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/category_cats.inc.php') diff --git a/include/category_cats.inc.php b/include/category_cats.inc.php index 635b5efed..43f4776fc 100644 --- a/include/category_cats.inc.php +++ b/include/category_cats.inc.php @@ -244,7 +244,7 @@ if (count($categories) > 0) 'ID' => $category['id'], 'TN_SRC' => $thumbnail_src_of[$category['representative_picture_id']], 'TN_ALT' => strip_tags($category['name']), - 'ICON_TS' => get_icon($category['max_date_last'], $category['is_child_date_last']), + 'icon_ts' => get_icon($category['max_date_last'], $category['is_child_date_last']), 'URL' => make_index_url( array( -- cgit v1.2.3