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
This commit is contained in:
rub
2006-12-07 00:10:22 +00:00
parent fddfd816a7
commit 04047f3716
+2 -2
View File
@@ -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(