summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--resources/link.pngbin0 -> 854 bytes
-rw-r--r--templates/photo_index.tpl3
2 files changed, 1 insertions, 2 deletions
diff --git a/resources/link.png b/resources/link.png
new file mode 100644
index 0000000..5631878
--- /dev/null
+++ b/resources/link.png
Binary files differ
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>