[email protected] wrote:
> Hello. I have got the Google webmaster varification code, but I can't find
> where to put it.
> The code is "<meta name="verify-v1"
> content="NXh9CTPfqiWROxMl+wEosO794+dQZ984lvDpxTGghFs=" >"
> But on which page do I put it in?
Untested code, YMMV. Add to your LocalSettings.php:
function myCustomMetaTags( &$output, &$skin ) {
$output->addMeta( 'verify-v1',
'NXh9CTPfqiWROxMl+wEosO794+dQZ984lvDpxTGghFs=' );
return true;
}
$wgHooks['BeforePageDisplay'][] = 'myCustomMetaTags';
--
Juliano F. Ravasi ยทยท http://juliano.info/
5105 46CC B2B7 F0CD 5F47 E740 72CA 54F4 DF37 9E96
"A candle loses nothing by lighting another candle." -- Erin Majors
* NOTE: Don't try to reach me through this address, use "contact@" instead.
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l