From fab120581e9289abfb7d2bffeccebac873227587 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Tue, 1 Jan 2008 20:12:14 +0100 Subject: [PATCH] issue59, first try to get the album navigation also away from html table --- themes/default/templates/photo_index.tpl | 63 ++++++++++++------------ 1 file changed, 31 insertions(+), 32 deletions(-) diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl index 721c090..39df0c0 100644 --- a/themes/default/templates/photo_index.tpl +++ b/themes/default/templates/photo_index.tpl @@ -60,41 +60,40 @@ {/section} {/section} -
- - - - - { if $previous_url == "" } - { if $count != 0 } - first page reached - { /if } - { else } - - previous photo - - { /if } - - - { if $page_selector == "" } -   - { else } - {$page_selector} - { /if} - - - { if $next_url == "" } - { if $count != 0 } - last page reached - { /if } - { else } - - next photo - - { /if} +
+
+
+ { if $previous_url == "" } + { if $count != 0 } + first page reached + { /if } + { else } + + previous photo + + { /if } +
+
+ { if $page_selector != "" } + {$page_selector} + { /if} +
+
+ { if $next_url == "" } + { if $count != 0 } + last page reached + { /if } + { else } + + next photo + + { /if} +
+
+