$pager_total
Definition
Description
Array of the total number of pages per pager. The key is will be 0 by defualt, but can be specified via the $element parameter of pager_query().
Code
<?php
global $pager_total;
?> Array of the total number of pages per pager. The key is will be 0 by defualt, but can be specified via the $element parameter of pager_query().
<?php
global $pager_total;
?>