From: Andreas Unterkircher Date: Sat, 7 Jul 2007 07:38:24 +0000 (+0000) Subject: blur the focus on mouse click X-Git-Tag: phpfspot-1.2~166 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=bfd5316327702904d69fe454ff9cce23f6206826 blur the focus on mouse click git-svn-id: file:///var/lib/svn/phpfspot/trunk@169 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- 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 }