summaryrefslogtreecommitdiffstats
path: root/templates/index.tpl
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-08 17:40:00 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-08 17:40:00 +0000
commitfd4c056a353bb74f8078db48c336ce177e095d8d (patch)
tree001bf4caf462ea0099828bd0da60f3ecc15b44e8 /templates/index.tpl
parent39d7e6848af1c296332eb05214c59f23ecc4a348 (diff)
use more icons
git-svn-id: file:///var/lib/svn/phpfspot/trunk@59 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates/index.tpl')
-rw-r--r--templates/index.tpl8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/index.tpl b/templates/index.tpl
index fad6eb5..31b9119 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -9,8 +9,12 @@
</tr>
<tr>
<td colspan="2" class="menu">
- <a href="javascript:showPhotoIndex();">Photo Index</a>
- <a href="javascript:Tags('reset', 0);">Reset Tags</a>
+ <a href="javascript:showPhotoIndex();">
+ <img src="resources/home.png" />
+ </a>
+ <a href="javascript:Tags('reset', 0);">
+ <img src="resources/reload.png" />
+ </a>
<a href="javascript:showCredits();">Credits</a>
</td>
</tr>