40 lines
1.6 KiB
PHP
40 lines
1.6 KiB
PHP
<?php
|
|
$URLcorrection = "";
|
|
$page = "Bad-Loft-Boarding";
|
|
$PageTitle = "Bad Loft Boarding";
|
|
$metadescription = "Bad Loft Boarding, Bad Loft Boarding Cost, Bad Loft Boarding Company, Bad Loft Boarding Near Me, Bad Loft Boarding Ideas, Bad Loft Boarding UK, Bad Loft Boarding North West, Bad Loft Boarding North East, Bad Loft Boarding Scotland, Bad Loft Boarding England, Bad Loft Boarding Wales";
|
|
$metakeywords = "Loft Boarding, Bad Loft Boarding, Bad Loft Boarding Cost, Bad Loft Boarding Company, Bad Loft Boarding Near Me, Bad Loft Boarding Ideas, Bad Loft Boarding UK, Bad Loft Boarding North West, Bad Loft Boarding North East, Bad Loft Boarding Scotland, Bad Loft Boarding England, Bad Loft Boarding Wales";
|
|
$ometa['title'] = $PageTitle;
|
|
include_once $URLcorrection . "includes/header.php";
|
|
|
|
|
|
?>
|
|
|
|
<section class="new-build-banner">
|
|
<div class="banner-overlay-2"></div>
|
|
<div class="container">
|
|
<div class="banner-content">
|
|
<div class="text-container">
|
|
<span class="top-tag text-white">North East Loft Boarding</span>
|
|
<h1 class="stand-out-text">Bad Loft Boarding</h1>
|
|
<p></p>
|
|
<div class="">
|
|
<a href="<?= $URLcorrection ?>contact" class="customer-quote-button">Arrange a free quote</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<?php
|
|
|
|
$ch = curl_init('https://loft-boarding.co.uk/global/bad-loft-boarding.php');
|
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
|
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($_REQUEST));
|
|
echo curl_exec($ch);
|
|
curl_close($ch);
|
|
|
|
|
|
include_once $URLcorrection . "includes/footer.php";
|
|
|
|
?>
|