Update plugin.php
add Google verification code at title page only
This commit is contained in:
parent
bd4ca8222e
commit
262eeb5b06
|
@ -31,7 +31,7 @@ class pluginGoogleTools extends Plugin {
|
|||
|
||||
public function siteHead()
|
||||
{
|
||||
global $Url
|
||||
global $Url;
|
||||
|
||||
if(Text::isEmpty($this->getDbField('google-site-verification')) || !($Url->whereAmI()=='home')) {
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue