From dc815d80d15437e0e6a56bfcfbff81b241cdd727 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 23 Jun 2007 08:40:48 +0000 Subject: issue6, first implementation of paged photo index view use thumbnail width & height for to avoid "flipping" when images are getting loaded fixed issue when all selected tags are clicked away but photo index still stays, there are no matching photos git-svn-id: file:///var/lib/svn/phpfspot/trunk@124 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- templates/photo_index.tpl | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'templates/photo_index.tpl') diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index 89d348e..36d0955 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -33,7 +33,7 @@
@@ -48,6 +48,26 @@ + + + { if $previous_url == "" } +   + { else } + + previous photo + + { /if } + + + { if $next_url == "" } +   + { else } + + next photo + + { /if} + +