diff --git a/contact.php b/contact.php
index 65b05b4..d9b7eaf 100644
--- a/contact.php
+++ b/contact.php
@@ -16,32 +16,40 @@ include_once $URLcorrection . "includes/header.php";
+
+ $location,
+ );
+
+ // Merge additional data with $_REQUEST
+ $request_data = array_merge($_REQUEST, $data);
+
+ curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($request_data));
+ echo "";
+ echo "
";
+ echo curl_exec($ch);
+ echo "
";
+ curl_close($ch);
+
+ ?>
+
+
$location,
-);
-
-// Merge additional data with $_REQUEST
-$request_data = array_merge($_REQUEST, $data);
-
-curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($request_data));
-echo "
";
-echo "
";
-echo curl_exec($ch);
-echo "
";
-curl_close($ch);
include_once $URLcorrection . "includes/footer.php";
diff --git a/sections/counter.php b/sections/counter.php
index eff369b..793d34d 100644
--- a/sections/counter.php
+++ b/sections/counter.php
@@ -1,5 +1,5 @@