Need to edit the pagination
Posted: 02 Mar 2010, 21:58
I want to change the text from the pagination:
< Strart << Previous << 1 2 >> Next >> Last > TO << Previous << 1 2 >> Next >>
I have looked on this forum already, but didn't found a solution yet.
In the file views/category/tpl/default.php stands the following code:
.$this->tmpl['pagination']->getPagesLinks()
tmpl['pagination'] is taken from view.html.php
$tmpl['pagination'] = &$model->getPagination(1);
This gets his data from model ->category.php
if (empty($this->_pagination)) {
jimport('joomla.html.pagination');
$this->_pagination = new PhocaGalleryPaginationCategory( $this->getTotal($rightDisplayDelete), $this->getState('limitstart'), $this->getState('limit') );
}
return $this->_pagination;
Still i dont know what to change or whatever.
Anyone can help me?
Greetz
Kevin
< Strart << Previous << 1 2 >> Next >> Last > TO << Previous << 1 2 >> Next >>
I have looked on this forum already, but didn't found a solution yet.
In the file views/category/tpl/default.php stands the following code:
.$this->tmpl['pagination']->getPagesLinks()
tmpl['pagination'] is taken from view.html.php
$tmpl['pagination'] = &$model->getPagination(1);
This gets his data from model ->category.php
if (empty($this->_pagination)) {
jimport('joomla.html.pagination');
$this->_pagination = new PhocaGalleryPaginationCategory( $this->getTotal($rightDisplayDelete), $this->getState('limitstart'), $this->getState('limit') );
}
return $this->_pagination;
Still i dont know what to change or whatever.
Anyone can help me?
Greetz
Kevin