mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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);
|
array_push($table->data, $data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
echo '<div class="total_pages">'.sprintf(__('Total items: %s'), $count).'</div>';
|
||||||
html_print_table($table);
|
html_print_table($table);
|
||||||
|
|
||||||
if ($count_modules > $config['block_size']) {
|
if ($count_modules > $config['block_size']) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user