diff options
author | Tiago Mello <timello@linux.vnet.ibm.com> | 2010-06-22 04:33:59 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-06-22 04:33:59 +0200 |
commit | 915383e5d302818fde0f26ae8d3bf259d569a7e8 (patch) | |
tree | 2f09d0a8b1037a817a1401536ac298b0b5fe2054 /template | |
parent | 7b9e4fc86a21d65ce51f2ac19f1dcb2e61b41476 (diff) | |
download | bugzilla-915383e5d302818fde0f26ae8d3bf259d569a7e8.tar.gz bugzilla-915383e5d302818fde0f26ae8d3bf259d569a7e8.tar.xz |
Bug 568383: Add a new hook in the header.html.tmpl template right after <head>
r=mkanat, a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 75fa71825..3485146c2 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"> <html> <head> + [% Hook.process("start") %] <title>[% title %]</title> [%# Migration note: contents of the old Param 'headerhtml' would go here %] |