From: Andreas Unterkircher Date: Sun, 6 Jan 2008 08:57:29 +0000 (+0100) Subject: issue59, fixed position of photo-index navigation after removing html tables X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0ba69737f67bd7beb7f2050082b5e043375749c;p=phpfspot.git issue59, fixed position of photo-index navigation after removing html tables Signed-off-by: Andreas Unterkircher --- diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl index 3e0f9e7..6453725 100644 --- a/themes/default/templates/photo_index.tpl +++ b/themes/default/templates/photo_index.tpl @@ -58,6 +58,21 @@
+ + +
+ { if $next_url == "" } + { if $count != 0 } + last page reached + { /if } + { else } + + next photo + + { /if} +
+ +
{ if $previous_url == "" } { if $count != 0 } @@ -69,22 +84,13 @@ { /if }
-
+ + +
{ if $page_selector != "" } {$page_selector} { /if}
-
- { if $next_url == "" } - { if $count != 0 } - last page reached - { /if } - { else } - - next photo - - { /if} -