From: Andreas Unterkircher Date: Tue, 1 Jan 2008 19:12:14 +0000 (+0100) Subject: issue59, first try to get the album navigation also away from html table X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fab120581e9289abfb7d2bffeccebac873227587;p=phpfspot.git issue59, first try to get the album navigation also away from html table --- 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} +
+
+