From d32477f82bca6042ddccd6bbce1cc804927a89a9 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Mon, 27 Feb 2023 15:30:42 +0100 Subject: Separate name space for pagination --- templates/headers/_pagination1.html.ep | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/headers/_pagination1.html.ep') diff --git a/templates/headers/_pagination1.html.ep b/templates/headers/_pagination1.html.ep index 0e000f9..798f79f 100644 --- a/templates/headers/_pagination1.html.ep +++ b/templates/headers/_pagination1.html.ep @@ -1,7 +1,7 @@
- - - [<%= l('page [_1] of [_2]', $current_page+1, $total_pages) %>] - - + + + [<%= l('page [_1] of [_2]', $pgn->{current_page}+1, $pgn->{total_pages}) %>] + +
-- cgit v1.2.3