summaryrefslogtreecommitdiff
path: root/feedlink.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-20 23:36:27 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-20 23:36:27 +0200
commit139aa616d06771e8042c1921fb3721b3ff4a008a (patch)
tree9220e841c4e750e6e89845f5dfe31a08db2d56ee /feedlink.tmpl
parent9ced7b77811a5da81bec49b9174d45dc8364e917 (diff)
parent306eb61d606fd1ab40ef74866a14267384e0b2d6 (diff)
Merge branch 'scs-da' into allinone-da
Conflicts (manually resolved): misc.tmpl page.tmpl
Diffstat (limited to 'feedlink.tmpl')
-rw-r--r--feedlink.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/feedlink.tmpl b/feedlink.tmpl
index 2963156..be8637f 100644
--- a/feedlink.tmpl
+++ b/feedlink.tmpl
@@ -1,8 +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 RSSURL>
+<a class="feedbutton" type="application/rss+xml" href="<TMPL_VAR 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 ATOMURL>
+<a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR ATOMURL>">Atom</a>
</TMPL_IF>
</div>