From 04047f3716f27148b0957d54fd122e66e41c3412 Mon Sep 17 00:00:00 2001 From: rub Date: Thu, 7 Dec 2006 00:10:22 +0000 Subject: Icon is showed in the same way between recent categories and recent images. git-svn-id: http://piwigo.org/svn/trunk@1638 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/category_cats.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/category_cats.inc.php') 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( -- cgit v1.2.3