26 lines
1.0 KiB
PHP
26 lines
1.0 KiB
PHP
<?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
|
|
|
|
include_once $URLcorrection . "includes/footer.php";
|
|
|
|
include_once $URLcorrection . "includes/footer.php";
|
|
|
|
?>
|