diff --git a/inc/header.inc.php b/inc/header.inc.php index 6f440217..1f5c0364 100644 --- a/inc/header.inc.php +++ b/inc/header.inc.php @@ -1,7 +1,7 @@ - + <?php echo (isset($hesk_settings['tmp_title']) ? $hesk_settings['tmp_title'] : $hesk_settings['hesk_title']); ?> @@ -45,7 +45,7 @@ require(HESK_PATH . 'modsForHesk_settings.inc.php'); - + @@ -59,7 +59,7 @@ require(HESK_PATH . 'modsForHesk_settings.inc.php'); - + @@ -127,6 +127,12 @@ require(HESK_PATH . 'modsForHesk_settings.inc.php'); $onload .= "ss();"; } } + + // Use ReCaptcha API v2? + if (defined('RECAPTCHA')) + { + echo ''; + } ?>