X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/28d69bb85e934088a56e6e8458cd08d3794e1f8b..08e820f:/templates/webpages/common/paginate.html diff --git a/templates/webpages/common/paginate.html b/templates/webpages/common/paginate.html index 1b54ce8d8..28cd8ca2a 100644 --- a/templates/webpages/common/paginate.html +++ b/templates/webpages/common/paginate.html @@ -1,8 +1,36 @@ +[%- USE T8 %] +[%- MACRO build_url BLOCK %] + [%- IF base_url %] + [%- base_url %]&page=[% page %] + [%- ELSE %] + [% url_maker('page' => page) %] + [%- END %] +[%- END %] [%- IF pages.max > 1 %] +