testPagination.phtml 220 B

123
  1. pagination control
  2. page count (<?php print $this->pageCount; ?>) <?php print ($this->pageCount == count($this->pagesInRange)) ? 'equals' : 'does not equal'; ?> pages in range (<?php print count($this->pagesInRange); ?>)