mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 10:13:00 +02:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user