summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-12 04:10:02 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-12 04:10:02 +0000
commitd1dc26e8f2fd6212d37d2fcd0ff5a2968cac2faf (patch)
tree836b1561b0d574d21ce88e9146b4d99f9553040a
parent5ece5fdc55596b08577f446ff9432026c798da57 (diff)
blur on big image link buttons
git-svn-id: file:///var/lib/svn/phpfspot/trunk@87 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r--templates/index.tpl6
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>