34 lines
1.4 KiB
PHP
34 lines
1.4 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="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/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";
|
|
|
|
?>
|