diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-09 07:29:15 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-09 07:29:15 +0000 |
commit | d642f891ce6f17ac0d402922d6c417f99e832d21 (patch) | |
tree | 3c50b2a74edcfcf23e3c1c0ecf67f2efec40ab3b /templates/single_photo.tpl | |
parent | 7ca20d2b9cd665125a20a3d480694db0fde0afdc (diff) |
some style fixes
git-svn-id: file:///var/lib/svn/phpfspot/trunk@73 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates/single_photo.tpl')
-rw-r--r-- | templates/single_photo.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 51d4663..9f2bcd9 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -5,7 +5,7 @@ <b>Photo {$image_name}</b>, {$c_date}, {$madewith}<br /> </td> <td class="index_header" style="text-align: right;"> - <a href="{$image_url_full}" target="_blank"> + <a href="{$image_url_full}" target="_blank" onclick="click(this);"> <img src="resources/loupe.png" /> </a> <img src="resources/information.png" /> |