diff --git a/htdocs/public/demo/index.php b/htdocs/public/demo/index.php index c253cc9b016..f0ed15fbfb5 100644 --- a/htdocs/public/demo/index.php +++ b/htdocs/public/demo/index.php @@ -258,5 +258,23 @@ print ''; $db->close(); +// Google Adsense (ex: demo mode) +if (! empty($conf->global->MAIN_GOOGLE_AD_CLIENT) && ! empty($conf->global->MAIN_GOOGLE_AD_SLOT)) +{ + print '
'."\n"; + print ''."\n"; + print ''."\n"; + print '
'."\n"; +} + llxFooter('$Date$ - $Revision$'); ?>