From 520fad4003ae5ccc3871000a29e756d11febf588 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 12 Jan 2015 15:12:00 -0500 Subject: [PATCH] #92 Update header.inc.php --- inc/header.inc.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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 ''; + } ?>