Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 263 → Rev 264

/trunk/bibliotheque/pear/Pager/Sliding.php
63,7 → 63,7
* and their values
* @access public
*/
function Pager_Sliding($options = array())
function __construct($options = array())
{
//set default Pager_Sliding options
$this->_delta = 2;
143,7 → 143,7
* @return array back/pages/next/first/last/all links
* @access public
*/
function getLinks($pageID = null)
function getLinks($pageID = null, $next_html = '')
{
if ($pageID != null) {
$_sav = $this->_currentPage;