From 915383e5d302818fde0f26ae8d3bf259d569a7e8 Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Mon, 21 Jun 2010 19:33:59 -0700 Subject: [PATCH] Bug 568383: Add a new hook in the header.html.tmpl template right after r=mkanat, a=mkanat --- template/en/default/global/header.html.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 75fa718250..3485146c2c 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -78,6 +78,7 @@ "http://www.w3.org/TR/html4/loose.dtd"> + [% Hook.process("start") %] [% title %] [%# Migration note: contents of the old Param 'headerhtml' would go here %] -- 2.47.3