diff options
author | Tiago Mello <timello@linux.vnet.ibm.com> | 2010-06-22 04:35:39 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-06-22 04:35:39 +0200 |
commit | c72ad4001456936e9299bf0b8ae76c5326f1de16 (patch) | |
tree | 9c5740e7b70a0b939456c180faefce7706ec86c0 | |
parent | 915383e5d302818fde0f26ae8d3bf259d569a7e8 (diff) | |
download | bugzilla-c72ad4001456936e9299bf0b8ae76c5326f1de16.tar.gz bugzilla-c72ad4001456936e9299bf0b8ae76c5326f1de16.tar.xz |
Bug 568595: Add a hook to the end of variables.none.tmpl
r=mkanat, a=mkanat
-rw-r--r-- | template/en/default/global/variables.none.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/variables.none.tmpl b/template/en/default/global/variables.none.tmpl index dd7281e68..faf1a5427 100644 --- a/template/en/default/global/variables.none.tmpl +++ b/template/en/default/global/variables.none.tmpl @@ -40,3 +40,5 @@ "Bugzilla" => "Bugzilla" } %] + +[% Hook.process("end") %] |