mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
Fix for 0000629: Adding display differences between physical and virtual categories
(Icon is displayed for people who have deficient vision). git-svn-id: http://piwigo.org/svn/trunk@1755 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -295,6 +295,12 @@ foreach ($categories as $category)
|
||||
'URL'=>$self_url.'&delete='.$category['id']
|
||||
)
|
||||
);
|
||||
$template->assign_block_vars(
|
||||
'categories.category.virtual',
|
||||
array(
|
||||
'CLASS' => 'virtual_cat',
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
if ($category['nb_images'] > 0)
|
||||
|
||||
Reference in New Issue
Block a user