From d1dc26e8f2fd6212d37d2fcd0ff5a2968cac2faf Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher <unki@netshadow.at> Date: Tue, 12 Jun 2007 04:10:02 +0000 Subject: blur on big image link buttons git-svn-id: file:///var/lib/svn/phpfspot/trunk@87 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- templates/index.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') 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> -- cgit v1.2.3-18-g5258