aboutsummaryrefslogtreecommitdiffstats
path: root/include/category_cats.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/category_cats.inc.php')
-rw-r--r--include/category_cats.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/category_cats.inc.php b/include/category_cats.inc.php
index 86e47cc09..d50347a44 100644
--- a/include/category_cats.inc.php
+++ b/include/category_cats.inc.php
@@ -148,14 +148,14 @@ if (count($categories) > 0)
if ($page['section']=='recent_cats')
{
$name = get_cat_display_name_cache($category['uppercats'], null, false);
- $icon_ts = '';
}
else
{
$name = $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']);
+
$template->assign_block_vars(
'categories.category',
array(