loft-e page created
This commit is contained in:
parent
d35d43349f
commit
4ff85ec48e
35
loft-e.php
Normal file
35
loft-e.php
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<?php
|
||||||
|
$URLcorrection = "";
|
||||||
|
$page = "Loft-E";
|
||||||
|
$PageTitle = "Loft-E";
|
||||||
|
$metadescription = "North East Loft Boarding - Expert loft boarding services in the North East. Maximise your space with our professional loft storage solutions. Contact us for a free quote today!";
|
||||||
|
$metakeywords = "North East Loft Boarding, Loft Boarding North East, Loft Storage North East, Loft Boarding Services, Loft Storage Solutions, Loft Boarding Company, Loft Storage Company, Loft Boarding Near Me, Loft Storage Near Me, Loft Boarding UK, Loft Storage UK";
|
||||||
|
include_once $URLcorrection . 'includes/header.php';
|
||||||
|
?>
|
||||||
|
|
||||||
|
<section class="padding-top-100 padding-bottom-100 company-background">
|
||||||
|
<div class="container text-center padding-bottom-50">
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="breadcumb-wrapper text-center">
|
||||||
|
<h1><?= $PageTitle ?></h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
|
||||||
|
$ch = curl_init('https://loft-boarding.co.uk/global/LOFT-E.php');
|
||||||
|
|
||||||
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||||
|
|
||||||
|
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($_REQUEST));
|
||||||
|
echo "<div class='container'>";
|
||||||
|
echo "<br><br><br>";
|
||||||
|
echo curl_exec($ch);
|
||||||
|
echo "</div>";
|
||||||
|
curl_close($ch);
|
||||||
|
|
||||||
|
|
||||||
|
include_once $URLcorrection . "includes/footer.php";
|
||||||
Loading…
Reference in New Issue
Block a user