summaryrefslogtreecommitdiffstats
path: root/themes/default/templates
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-11-01 15:39:29 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-11-01 15:39:29 +0000
commite2893be9932bed25fe30e752bd6033a6c8e2a67f (patch)
tree24774c5f4e828ec57643d861d2c3d756b0617f4e /themes/default/templates
parent7ff7dfb99732dab0ef7cc385d7c4d5d5e469a948 (diff)
rss link fix
git-svn-id: file:///var/lib/svn/phpfspot/trunk@280 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'themes/default/templates')
-rw-r--r--themes/default/templates/photo_index.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl
index 4707020..462163d 100644
--- a/themes/default/templates/photo_index.tpl
+++ b/themes/default/templates/photo_index.tpl
@@ -37,7 +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>
+ <a href="{$rss_link}" target="_blank" title="RSS feed"><img src="resources/rss.png" /></a>
</td>
</tr>
</table>