summaryrefslogtreecommitdiffstats
path: root/templates/index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.tpl')
-rw-r--r--templates/index.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.tpl b/templates/index.tpl
index e0b3b4b..c00a591 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -9,13 +9,13 @@
</tr>
<tr>
<td colspan="2" class="menu">
- <a href="javascript:showPhotoIndex();" onclick="click(this);">
+ <a href="javascript:showPhotoIndex();" onclick="click(this);" title="Show Photo Index">
<img src="resources/photo_index.png" alt="photo index" />
</a>
- <a href="javascript:Tags('reset', 0);" onclick="click(this);">
+ <a href="javascript:Tags('reset', 0);" onclick="click(this);" title="Reset Selected Tags and Tag-Search">
<img src="resources/reload.png" alt="reset tags" />
</a>
- <a href="javascript:showCredits();" onclick="click(this);">
+ <a href="javascript:showCredits();" onclick="click(this);" title="Show's a little credit page">
<img src="resources/credits.png" alt="show credits" />
</a>
</td>