diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-24 18:08:49 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-24 18:08:49 +0000 |
commit | 1bf32ff139ed565557d9c807034f8251f88636e3 (patch) | |
tree | b27bdd977ea4049e22674e073dbc45f1c1951488 /templates | |
parent | e4d8f166f62a2eda12eaec34edbd944ba2fae1ca (diff) |
issue13, first try of external links, this time for photo index
git-svn-id: file:///var/lib/svn/phpfspot/trunk@129 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/photo_index.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index 6d109d0..61f54d4 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -18,6 +18,7 @@ {/if} </td> <td class="index_header" style="text-align: right;"> + <a href="{$extern_link}">Extern</a> <img src="resources/photo_index.png" alt="photo index" /> </td> </tr> |