summaryrefslogtreecommitdiff
path: root/feedlink.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-10-16 17:39:27 +0200
committerJonas Smedegaard <dr@jones.dk>2007-10-16 17:39:27 +0200
commit282ce91522affa27606bc5b835d8a7d7a91b4df5 (patch)
tree60a9f4afef387634fbe49fca38d72acd29406d33 /feedlink.tmpl
Grab upstream pages from version 2.9.
Diffstat (limited to 'feedlink.tmpl')
-rw-r--r--feedlink.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/feedlink.tmpl b/feedlink.tmpl
new file mode 100644
index 0000000..2963156
--- /dev/null
+++ b/feedlink.tmpl
@@ -0,0 +1,8 @@
+<div id="feedlink">
+<TMPL_IF NAME="RSSURL">
+<a class="feedbutton" type="application/rss+xml" href="<TMPL_VAR NAME=RSSURL>">RSS</a>
+</TMPL_IF>
+<TMPL_IF NAME="ATOMURL">
+<a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR NAME=ATOMURL>">Atom</a>
+</TMPL_IF>
+</div>