" . __("Zero results found") . "
\n"; } else { $table->cellpadding = 4; $table->cellspacing = 4; $table->width = "98%"; $table->class = "databox"; $table->head = array (); $table->head[0] = __('Name'); $table->head[1] = __('Group'); $table->head[2] = __('Elements'); $table->align = array (); $table->align[1] = "center"; $table->align[2] = "center"; $table->data = array (); foreach ($maps as $map) { array_push($table->data, array( "" . $map['name'] . "", ui_print_group_icon ($map["id_group"], true), $map['count'] )); } echo "
";ui_pagination ($totalMaps); html_print_table ($table); unset($table); ui_pagination ($totalMaps); } ?>