From: Andreas Unterkircher Date: Sun, 13 Jan 2008 06:23:11 +0000 (+0100) Subject: issue93, add note to navigation buttons about cursor-keys X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=48ca7cb5343cae12ef42133800029272e9da7b3a issue93, add note to navigation buttons about cursor-keys Signed-off-by: Andreas Unterkircher --- diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index d7ab987..849ede5 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -76,7 +76,7 @@ { if $previous_url == "" } first photo reached { else } - + previous photo { /if } @@ -86,7 +86,7 @@ { if $next_url == "" } last photo reached { else } - + next photo { /if}