aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2009-10-29 11:20:53 +0000
committermatthew <matthew>2009-10-29 11:20:53 +0000
commit8a9d62709ca3c724ddc3cbbd9feb8a6a66bb7eca (patch)
tree0746a45a0c1da01c1422a8c6b189b41a22cf88aa
parenta19c20e0b5618070bac327f4b82e16a515495a96 (diff)
RSS feed handled like other variables now.
-rw-r--r--templates/website/cobrands/emptyhomes/emptyhomes-header2
-rw-r--r--templates/website/header2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/website/cobrands/emptyhomes/emptyhomes-header b/templates/website/cobrands/emptyhomes/emptyhomes-header
index e31f6b625..86c023f2f 100644
--- a/templates/website/cobrands/emptyhomes/emptyhomes-header
+++ b/templates/website/cobrands/emptyhomes/emptyhomes-header
@@ -12,7 +12,7 @@
<!--[if LT IE 7]>
<style type="text/css">@import url("/css/ie6.css");</style>
<![endif]-->
-<!-- RSS -->
+{{ rss }}
</head>
<body>
diff --git a/templates/website/header b/templates/website/header
index 20b2abde1..9246ea927 100644
--- a/templates/website/header
+++ b/templates/website/header
@@ -9,7 +9,7 @@
<!--[if LT IE 7]>
<style type="text/css">@import url("/css/ie6.css");</style>
<![endif]-->
- <!-- RSS -->
+ {{ rss }}
</head>
<body>
{{ heading_element_start }}{{ heading }}{{ heading_element_end }}