image and layout changes
This commit is contained in:
parent
f5cdf62017
commit
0d2aa8857b
54
contact.php
54
contact.php
@ -16,32 +16,40 @@ include_once $URLcorrection . "includes/header.php";
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section class="padding-top-50 padding-bottom-50">
|
||||||
|
<?php
|
||||||
|
|
||||||
|
$location = "North East Loft Boarding";
|
||||||
|
$page = "Contact";
|
||||||
|
$PageTitle = "Contact Us";
|
||||||
|
$metadescription = "Contact Loft Boarding North East for all your loft boarding and storage needs. Get in touch for a free quote today!";
|
||||||
|
$metakeywords = "Contact Loft Boarding North East, Loft Boarding, Loft Storage, Free Quote, Contact Us, Customer Service, North England, Scottish Borders";
|
||||||
|
|
||||||
|
$ch = curl_init('https://loft-boarding.co.uk/global/contact.php');
|
||||||
|
|
||||||
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||||
|
|
||||||
|
// Adding additional variable to the request
|
||||||
|
$data = array(
|
||||||
|
'location' => $location,
|
||||||
|
);
|
||||||
|
|
||||||
|
// Merge additional data with $_REQUEST
|
||||||
|
$request_data = array_merge($_REQUEST, $data);
|
||||||
|
|
||||||
|
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($request_data));
|
||||||
|
echo "<div class='container'>";
|
||||||
|
echo "<br><br><br>";
|
||||||
|
echo curl_exec($ch);
|
||||||
|
echo "</div>";
|
||||||
|
curl_close($ch);
|
||||||
|
|
||||||
|
?>
|
||||||
|
</section>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$location = "North East Loft Boarding";
|
|
||||||
$page = "Contact";
|
|
||||||
$PageTitle = "Contact Us";
|
|
||||||
$metadescription = "Contact Loft Boarding North East for all your loft boarding and storage needs. Get in touch for a free quote today!";
|
|
||||||
$metakeywords = "Contact Loft Boarding North East, Loft Boarding, Loft Storage, Free Quote, Contact Us, Customer Service, North England, Scottish Borders";
|
|
||||||
|
|
||||||
$ch = curl_init('https://loft-boarding.co.uk/global/contact.php');
|
|
||||||
|
|
||||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
|
||||||
|
|
||||||
// Adding additional variable to the request
|
|
||||||
$data = array(
|
|
||||||
'location' => $location,
|
|
||||||
);
|
|
||||||
|
|
||||||
// Merge additional data with $_REQUEST
|
|
||||||
$request_data = array_merge($_REQUEST, $data);
|
|
||||||
|
|
||||||
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($request_data));
|
|
||||||
echo "<div class='container'>";
|
|
||||||
echo "<br><br><br>";
|
|
||||||
echo curl_exec($ch);
|
|
||||||
echo "</div>";
|
|
||||||
curl_close($ch);
|
|
||||||
|
|
||||||
include_once $URLcorrection . "includes/footer.php";
|
include_once $URLcorrection . "includes/footer.php";
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<section class="ftco-section ftco-no-pt ftco-no-pb ftco-counter">
|
<section class="ftco-section ftco-no-pt ftco-no-pb ftco-counter">
|
||||||
<div class="img image-overlay" style="background-image: url(images/loft-boarding-2.jpg);"></div>
|
<div class="img image-overlay" style="background-image: url(images/IMG_7558.jpg);"></div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row no-gutters">
|
<div class="row no-gutters">
|
||||||
<div class="col-md-6 py-5 bg-secondary aside-stretch">
|
<div class="col-md-6 py-5 bg-secondary aside-stretch">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user