diff options
author | Byron Jones <bjones@mozilla.com> | 2013-06-11 09:01:08 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-06-11 09:01:08 +0200 |
commit | 5083550e5f5b09d43bfc7bad4ae060d5a1c80beb (patch) | |
tree | 497cd13a4a3a6612de44a4151206dc465b8e6456 /extensions/BMO/template | |
parent | c330b399e2e1d9a873bfba6a2f67300076be77b0 (diff) | |
download | bugzilla-5083550e5f5b09d43bfc7bad4ae060d5a1c80beb.tar.gz bugzilla-5083550e5f5b09d43bfc7bad4ae060d5a1c80beb.tar.xz |
Bug 881603: fix the mozilla skin's footer
Diffstat (limited to 'extensions/BMO/template')
-rw-r--r-- | extensions/BMO/template/en/default/hook/global/footer-end.html.tmpl | 11 | ||||
-rw-r--r-- | extensions/BMO/template/en/default/hook/global/footer-outro.html.tmpl | 1 |
2 files changed, 11 insertions, 1 deletions
diff --git a/extensions/BMO/template/en/default/hook/global/footer-end.html.tmpl b/extensions/BMO/template/en/default/hook/global/footer-end.html.tmpl new file mode 100644 index 000000000..12957c3c1 --- /dev/null +++ b/extensions/BMO/template/en/default/hook/global/footer-end.html.tmpl @@ -0,0 +1,11 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +<div id="privacy-policy"> + <a href="https://www.mozilla.org/about/policies/privacy-policy.html" target="_blank">Privacy Policy</a> +</div> diff --git a/extensions/BMO/template/en/default/hook/global/footer-outro.html.tmpl b/extensions/BMO/template/en/default/hook/global/footer-outro.html.tmpl deleted file mode 100644 index b5bb4719c..000000000 --- a/extensions/BMO/template/en/default/hook/global/footer-outro.html.tmpl +++ /dev/null @@ -1 +0,0 @@ -<a href="https://www.mozilla.org/about/policies/privacy-policy.html">Privacy Policy</a> |