diff options
author | patdenice <patdenice@piwigo.org> | 2009-03-11 17:25:26 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2009-03-11 17:25:26 +0000 |
commit | 36d0da30d307cd821413ccb8ea1ccc68de1d8538 (patch) | |
tree | e94b6f52d4657cecc5f7340526a467f095b684a3 /include/functions_category.inc.php | |
parent | 1516e8833f3a73b1dc4b73e7fa7d3c36bc25c0b4 (diff) |
Move get_icon function.
git-svn-id: http://piwigo.org/svn/trunk@3188 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions_category.inc.php')
-rw-r--r-- | include/functions_category.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_category.inc.php b/include/functions_category.inc.php index 8d05a6c2a..a96347258 100644 --- a/include/functions_category.inc.php +++ b/include/functions_category.inc.php @@ -120,7 +120,7 @@ WHERE '.$where.' ), 'URL' => make_index_url(array('category' => $row)), 'LEVEL' => substr_count($row['global_rank'], '.') + 1, - 'ICON_TS' => get_icon($row['max_date_last'], $child_date_last), + 'icon_ts' => get_icon($row['max_date_last'], $child_date_last), 'SELECTED' => $selected_category['id'] == $row['id'] ? true : false, 'IS_UPPERCAT' => $selected_category['id_uppercat'] == $row['id'] ? true : false, ) |