Merge pull request #568 from HarleyDavidson86/patch-1
Update paginator.class.php
This commit is contained in:
commit
4500fe78e1
|
@ -107,7 +107,7 @@ class Paginator {
|
||||||
if(self::get('showNext'))
|
if(self::get('showNext'))
|
||||||
{
|
{
|
||||||
if($textPrevPage===false) {
|
if($textPrevPage===false) {
|
||||||
$textPrevPage = '« '.$Language->g('Prev page');
|
$textPrevPage = '« '.$Language->g('Previous page');
|
||||||
}
|
}
|
||||||
|
|
||||||
$html .= '<li class="left">';
|
$html .= '<li class="left">';
|
||||||
|
@ -136,4 +136,4 @@ class Paginator {
|
||||||
return $html;
|
return $html;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue