diff options
-rw-r--r-- | templates/index.tpl | 8 | ||||
-rw-r--r-- | templates/single_photo.tpl | 7 |
2 files changed, 12 insertions, 3 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> diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index d8a5b30..41e7813 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -5,6 +5,7 @@ <b>Photo {$image_name}</b>, {$c_date}, {$madewith}<br /> </td> <td class="index_header" style="text-align: right;"> + <img src="resources/loupe.png" /> <img src="resources/information.png" /> </td> </tr> @@ -33,7 +34,11 @@ </a> { /if } </td> - <td> </td> + <td style="text-align: center;"> + <a href="javascript:showPhotoIndex();"> + <img src="resources/arrow_up.png" /> + </a> + </td> <td style="text-align: right;"> { if $next_url == "" } |