diff options
Diffstat (limited to 'extensions/BMO')
-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> |