diff options
-rw-r--r-- | include/category_cats.inc.php | 2 | ||||
-rw-r--r-- | include/category_default.inc.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/category_cats.inc.php b/include/category_cats.inc.php index 47ae8fda8..f445afa38 100644 --- a/include/category_cats.inc.php +++ b/include/category_cats.inc.php @@ -329,7 +329,7 @@ if (count($categories) > 0) ); if ($conf['index_new_icon']) { - $row['icon_ts'] = get_icon($category['max_date_last'], $category['is_child_date_last']); + $tpl_var['icon_ts'] = get_icon($category['max_date_last'], $category['is_child_date_last']); } if ($conf['display_fromto']) diff --git a/include/category_default.inc.php b/include/category_default.inc.php index 66c89f889..bbc63fe21 100644 --- a/include/category_default.inc.php +++ b/include/category_default.inc.php @@ -128,7 +128,7 @@ foreach ($pictures as $row) ); if ($conf['index_new_icon']) { - $row['icon_ts'] = get_icon($row['date_available']); + $tpl_var['icon_ts'] = get_icon($row['date_available']); } if ($user['show_nb_hits']) |