diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-12 04:10:02 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-12 04:10:02 +0000 |
commit | d1dc26e8f2fd6212d37d2fcd0ff5a2968cac2faf (patch) | |
tree | 836b1561b0d574d21ce88e9146b4d99f9553040a /templates | |
parent | 5ece5fdc55596b08577f446ff9432026c798da57 (diff) |
blur on big image link buttons
git-svn-id: file:///var/lib/svn/phpfspot/trunk@87 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index 9442f4a..1b02ad7 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -9,13 +9,13 @@ </tr> <tr> <td colspan="2" class="menu"> - <a href="javascript:showPhotoIndex();"> + <a href="javascript:showPhotoIndex();" onclick="click(this);"> <img src="resources/home.png" /> </a> - <a href="javascript:Tags('reset', 0);"> + <a href="javascript:Tags('reset', 0);" onclick="click(this);"> <img src="resources/reload.png" /> </a> - <a href="javascript:showCredits();"> + <a href="javascript:showCredits();" onclick="click(this);"> <img src="resources/credits.png" /> </a> </td> |