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 | |
parent | 91b606336be6983c11e537c850fa3776527207cc (diff) |
show an icon for credits
git-svn-id: file:///var/lib/svn/phpfspot/trunk@62 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | resources/credits.png | bin | 0 -> 1681 bytes | |||
-rw-r--r-- | templates/index.tpl | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/resources/credits.png b/resources/credits.png Binary files differnew file mode 100644 index 0000000..b348f5e --- /dev/null +++ b/resources/credits.png 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> |