diff options
-rw-r--r-- | resources/link.png | bin | 0 -> 854 bytes | |||
-rw-r--r-- | templates/photo_index.tpl | 3 |
2 files changed, 1 insertions, 2 deletions
diff --git a/resources/link.png b/resources/link.png Binary files differnew file mode 100644 index 0000000..5631878 --- /dev/null +++ b/resources/link.png diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index 8111b1b..87cd6aa 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -22,9 +22,8 @@ </td> <td class="index_header" style="text-align: right;"> {if $extern_link } - <a href="{$extern_link}">Extern</a> + <a href="{$extern_link}" title="Copy this link to get directly into the current view"><img src="resources/link.png" /></a> {/if} - <img src="resources/photo_index.png" alt="photo index" /> </td> </tr> </table> |