Update home.php
This commit is contained in:
parent
dce50dcff9
commit
9aac2de4d8
|
@ -29,7 +29,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Paginator::showNext()) {
|
if (Paginator::showNext()) {
|
||||||
echo '<li><a href="'.Paginator::nextPageUrl().'">'.$L->get('Previuos').'</a></li>';
|
echo '<li><a href="'.Paginator::nextPageUrl().'">'.$L->get('Previous').'</a></li>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</ul>
|
</ul>
|
Loading…
Reference in New Issue