mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
#12134 Count total modules
This commit is contained in:
parent
14bc896f0f
commit
1c609374a8
@ -2348,6 +2348,7 @@ if (empty($result) === false) {
|
||||
array_push($table->data, $data);
|
||||
}
|
||||
|
||||
echo '<div class="total_pages">'.sprintf(__('Total items: %s'), $count).'</div>';
|
||||
html_print_table($table);
|
||||
|
||||
if ($count_modules > $config['block_size']) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user