diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-08 18:10:14 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-08 18:10:14 +0000 |
commit | 92431f61cad6e9603a57dc79e183f99b54930d1b (patch) | |
tree | 08e4b25323b5632e4f9dbfb294acd3018d8c44dd /templates | |
parent | 91b606336be6983c11e537c850fa3776527207cc (diff) |
show an icon for credits
git-svn-id: file:///var/lib/svn/phpfspot/trunk@62 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index 31b9119..9442f4a 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -15,7 +15,9 @@ <a href="javascript:Tags('reset', 0);"> <img src="resources/reload.png" /> </a> - <a href="javascript:showCredits();">Credits</a> + <a href="javascript:showCredits();"> + <img src="resources/credits.png" /> + </a> </td> </tr> <tr> |