Current oav website
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
<tpl:Pagination>
|
||||
<p class="pagination">
|
||||
<tpl:PaginationIf end="0">
|
||||
<a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« {{tpl:lang previous entries}}</a> -
|
||||
</tpl:PaginationIf>
|
||||
|
||||
{{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}}
|
||||
|
||||
<tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">
|
||||
{{tpl:lang next entries}} »</a>
|
||||
</tpl:PaginationIf>
|
||||
</p>
|
||||
</tpl:Pagination>
|
||||
Reference in New Issue
Block a user