updated content
This commit is contained in:
parent
90e1fe42e8
commit
fdcd69ab63
10
contact.php
10
contact.php
@ -8,13 +8,17 @@ include_once $URLcorrection . "includes/header.php";
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
<div class="breadcumb-wrapper text-center padding-top-100" data-bg-src="<?= $URLcorrection ?>assets/media/banner-images/about-us-banner.jpg">
|
<section class="padding-top-100 padding-bottom-100 company-background">
|
||||||
<h1><?= $PageTitle ?></h1>
|
<div class="container text-center">
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<h1 class="margin-top-20"><?= $PageTitle ?></h1>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$location = "Loft Boarding NW";
|
$location = "Loft Boarding North East";
|
||||||
|
|
||||||
|
|
||||||
$ch = curl_init('https://loft-boarding.co.uk/global/contact.php');
|
$ch = curl_init('https://loft-boarding.co.uk/global/contact.php');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user