aboutsummaryrefslogtreecommitdiffstats
path: root/admin/cat_list.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/cat_list.php')
-rw-r--r--admin/cat_list.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/cat_list.php b/admin/cat_list.php
index 5b2bd5f28..82a272639 100644
--- a/admin/cat_list.php
+++ b/admin/cat_list.php
@@ -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)