diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-11-01 14:05:21 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-11-01 14:05:21 +0000 |
commit | 7ff7dfb99732dab0ef7cc385d7c4d5d5e469a948 (patch) | |
tree | 02941da7b45bea010c0a485a8fd5ab2565c0904b /themes/default/templates | |
parent | 61fd193911ee7b1fe09fd7e4e8f3280b73ac5987 (diff) |
issue62, rss feed implemented
git-svn-id: file:///var/lib/svn/phpfspot/trunk@279 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'themes/default/templates')
-rw-r--r-- | themes/default/templates/photo_index.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl index 08c8999..4707020 100644 --- a/themes/default/templates/photo_index.tpl +++ b/themes/default/templates/photo_index.tpl @@ -37,6 +37,7 @@ <a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" /></a> {/if} <a href="{$export_link}" target="_blank" title="this will open a new browser window where you can export this page in several formats"><img src="resources/export.png" /></a> + <a href="{$rss_link}" target="_blank" title="RSS v2.0 feed"><img src="resources/rss.png" /></a> </td> </tr> </table> |