Correction of typo
This commit is contained in:
parent
83747f5550
commit
dce50dcff9
|
@ -39,7 +39,7 @@
|
||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
<?php
|
<?php
|
||||||
if(Paginator::showPrev()) {
|
if(Paginator::showPrev()) {
|
||||||
echo '<a class="btn btn-secondary float-left" href="'.Paginator::prevPageUrl().'">← '.$Language->get('Previuos page').'</a>';
|
echo '<a class="btn btn-secondary float-left" href="'.Paginator::prevPageUrl().'">← '.$Language->get('Previous page').'</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
if(Paginator::showNext()) {
|
if(Paginator::showNext()) {
|
||||||
|
@ -52,4 +52,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Reference in New Issue