diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-07-05 11:04:16 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-09-15 20:44:40 +0100 |
commit | d7b8a6208c918ac23c013935a4b3776f551d2b91 (patch) | |
tree | 1c115772e9f7314dc1001375defa1d733ffb0e8c | |
parent | c4b7f853bf38b7a4b55773daf136d6f7ce38bcff (diff) | |
download | bugzilla-d7b8a6208c918ac23c013935a4b3776f551d2b91.tar bugzilla-d7b8a6208c918ac23c013935a4b3776f551d2b91.tar.gz bugzilla-d7b8a6208c918ac23c013935a4b3776f551d2b91.tar.bz2 bugzilla-d7b8a6208c918ac23c013935a4b3776f551d2b91.tar.xz bugzilla-d7b8a6208c918ac23c013935a4b3776f551d2b91.zip |
google sitemaps verif code
-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 9dd9508..1138837 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -251,6 +251,7 @@ title="[% terms.Bugzilla %]" href="./search_plugin.cgi"> <link rel="shortcut icon" href="images/favicon.ico" > [% Hook.process("additional_header") %] + <meta name="google-site-verification" content="upEZjJeSjjjVNCMOM2xZNi5PmRgMOY9SCtW3xmGY6nQ"> </head> [%# Migration note: contents of the old Param 'bodyhtml' go in the body tag, |