From bfd5316327702904d69fe454ff9cce23f6206826 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 7 Jul 2007 07:38:24 +0000 Subject: [PATCH] blur the focus on mouse click git-svn-id: file:///var/lib/svn/phpfspot/trunk@169 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- templates/photo_index.tpl | 2 +- templates/single_photo.tpl | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index cb079e2..9ac7458 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -48,7 +48,7 @@ {if $images[row][col] }
- + thumb_{$images[row][col]}
{$img_name[row][col]} diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index b93803f..5ad2450 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -19,9 +19,9 @@ { if $next_url == "" } -
+ { else } - + { /if } photo @@ -32,13 +32,13 @@ { if $previous_url == "" } first photo reached { else } - + previous photo { /if } - + photo index @@ -46,7 +46,7 @@ { if $next_url == "" } last photo reached { else } - + next photo { /if} @@ -74,7 +74,7 @@
available tags Tagged with:
{ foreach from=$tags key=id item=name } - {$name}
+ {$name}
{ /foreach } { /if }
-- 2.25.1