Update plugin.php

add Google verification code at title page only
This commit is contained in:
Max Kostikov 2016-05-05 13:57:47 +02:00
parent bd4ca8222e
commit 262eeb5b06
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class pluginGoogleTools extends Plugin {
public function siteHead() public function siteHead()
{ {
global $Url global $Url;
if(Text::isEmpty($this->getDbField('google-site-verification')) || !($Url->whereAmI()=='home')) { if(Text::isEmpty($this->getDbField('google-site-verification')) || !($Url->whereAmI()=='home')) {
return false; return false;