diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-05 16:29:40 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-05 16:29:40 +0000 |
commit | 0f50117ed5b287ce472e288c3b3eb7be2783b064 (patch) | |
tree | c9a6a04098ddbd6e5fb1b25904ec88780541a3de | |
parent | 39b656fc2d82f9374b2c2e3baa1c60a268945bff (diff) |
issue13, now using a nice link icon
git-svn-id: file:///var/lib/svn/phpfspot/trunk@164 fa6a889d-dae6-447d-9e79-4ba9a3039384
-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> |