From 8f89a1f90ca9d95f3a93e630879afb9f3c63dd00 Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Mon, 21 Jun 2010 19:34:39 -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 904a89d455..4837df5ded 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -61,6 +61,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.2