From ff7ab3c5472035007ea919cbad6a55d4f2e5c3ec Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Wed, 12 Mar 2014 15:15:13 +0000 Subject: split out RSS link tag to its own template makes removing RSS from cobrands much easier --- templates/web/default/header_rss.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 templates/web/default/header_rss.html (limited to 'templates/web/default/header_rss.html') diff --git a/templates/web/default/header_rss.html b/templates/web/default/header_rss.html new file mode 100644 index 000000000..b93a2e7fc --- /dev/null +++ b/templates/web/default/header_rss.html @@ -0,0 +1,3 @@ +[% IF rss %] + +[% END %] -- cgit v1.2.3