From 2dc7291df7156eee16874ba50e1c97e922e7e11d Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Mon, 31 Dec 2007 18:17:27 +0100 Subject: [PATCH 1/1] add some helpful text to photo-view nav buttons --- themes/default/templates/single_photo.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index 0965b07..22d8ca2 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -34,7 +34,7 @@ { if $next_url == "" } { else } - + { /if } photo @@ -45,13 +45,13 @@ { if $previous_url == "" } first photo reached { else } - + previous photo { /if } - + photo index @@ -59,7 +59,7 @@ { if $next_url == "" } last photo reached { else } - + next photo { /if} -- 2.25.1