diff --git a/htdocs/public/demo/index.php b/htdocs/public/demo/index.php index 099431ca9e8..a1497438088 100644 --- a/htdocs/public/demo/index.php +++ b/htdocs/public/demo/index.php @@ -334,24 +334,6 @@ if (! empty($conf->global->MAIN_GOOGLE_AD_CLIENT) && ! empty($conf->global->MAIN print ''."\n"; } -// Google Analytics (need Google module) -if (! empty($conf->global->MAIN_GOOGLE_AN_ID)) -{ - print "\n"; - print ''."\n"; -} - - llxFooterVierge(); @@ -388,6 +370,8 @@ function llxHeaderVierge($title, $head = "") function llxFooterVierge() { + printCommonFooter(); + print "\n"; print "\n"; print "\n"; diff --git a/htdocs/webservices/index.php b/htdocs/webservices/index.php index 3c2981f940f..7651cc190bf 100644 --- a/htdocs/webservices/index.php +++ b/htdocs/webservices/index.php @@ -68,6 +68,8 @@ if ($conf->fournisseur->enabled) $url=DOL_MAIN_URL_ROOT.'/webservices/server_supplier_invoice.php?wsdl'; print img_picto('','object_globe.png') . ' ' . $url . "
\n"; } +$url=DOL_MAIN_URL_ROOT.'/webservices/server_user.php?wsdl'; +print img_picto('','object_globe.png') . ' ' . $url . "
\n"; print '
'; @@ -90,6 +92,8 @@ if ($conf->fournisseur->enabled) $url=DOL_MAIN_URL_ROOT.'/webservices/server_supplier_invoice.php'; print img_picto('','object_globe.png') . ' ' . $url . "
\n"; } +$url=DOL_MAIN_URL_ROOT.'/webservices/server_user.php'; +print img_picto('','object_globe.png') . ' ' . $url . "
\n"; print '
'; print '
';