View pagination.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* By default joomla display 10 pages in pagination. This file allows | |
* us to customize the number of displayed pages. | |
* | |
* Simply add this file to $template/html/pagination.php and | |
* change $displayedPages variable. | |
*/ | |
defined('_JEXEC') or die('Restricted access'); |