From bcf2be54a7c2b02fdba03b509befafd0c6b50946 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 7 Jul 2007 09:50:07 +0000 Subject: issue31, a mini preview of the previous and next photo is now shown in a single photo view git-svn-id: file:///var/lib/svn/phpfspot/trunk@175 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- templates/single_photo.tpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'templates/single_photo.tpl') diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 5ad2450..5b5c7ac 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -77,6 +77,19 @@ {$name}
{ /foreach } { /if } +
+ { if $prev_img } + Previous:
+ +
+
+ { /if} + { if $next_img } + Next:
+ +
+
+ { /if} -- cgit v1.2.3-18-g5258