Skip to content

Instantly share code, notes, and snippets.

@heesienooi
heesienooi / pagination.php
Created September 23, 2014 05:18
Joomla pagination override - Reduce number of displayed pages
<?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');