Revision 2600:8ffb563d1d56,
462 bytes
checked in by franck <carnet.franck.paul@…>, 12 years ago
(diff) |
Add the very new template set currywurst aka codename of the next 2.7 release
|
Line | |
---|
1 | <tpl:Pagination> |
---|
2 | <p class="pagination"> |
---|
3 | <tpl:PaginationIf end="0"> |
---|
4 | <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« {{tpl:lang previous entries}}</a> - |
---|
5 | </tpl:PaginationIf> |
---|
6 | |
---|
7 | {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} |
---|
8 | |
---|
9 | <tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next"> |
---|
10 | {{tpl:lang next entries}} »</a> |
---|
11 | </tpl:PaginationIf> |
---|
12 | </p> |
---|
13 | </tpl:Pagination> |
---|
Note: See
TracBrowser
for help on using the repository browser.