From e7f6dc0a5754ae6607bebfcedc1130cd12e43f5d Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Wed, 16 Mar 2005 01:16:15 +0000 Subject: Fix for bug 82878: Generate RSS 1.0 version of bug lists. Patch by Jason Remillard. r=myk a=myk --- template/en/default/global/header.html.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'template/en/default/global/header.html.tmpl') diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 3c7c6f170..90c3659fe 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -35,6 +35,7 @@ # style: string. CSS style. # style_urls: list. List of URLs to CSS style sheets. # message: string. A message to display to the user. May contain HTML. + # rsslink: rss link url, May contain HTML #%] [% IF message %] @@ -99,6 +100,13 @@ [% END %] [% END %] + [%# this puts the live bookmark up on firefox for the RSS feed %] + [% IF rsslink %] + + [% END %] + [%# Migration note: contents of the old Param 'bodyhtml' go in the body tag, -- cgit v1.2.3-24-g4f1b