14 lines
466 B
HTML
14 lines
466 B
HTML
<tpl:Pagination>
|
|
<nav 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>
|
|
</nav>
|
|
</tpl:Pagination>
|