corrected page titles

This commit is contained in:
Gary 2025-04-10 12:56:57 +01:00
parent 2733c24fbc
commit a4bd09c7b5
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?php
$URlsorrection = "";
$PageTitle = "Blog";
include_once $URlsorrection . "includes/header.php";
include_once $URlsorrection . "includes/banner.php";

View File

@ -1,7 +1,7 @@
<?php
$URlsorrection = "";
$PageTitle = "Contact Us";
include_once $URlsorrection . "includes/header.php";
include_once $URlsorrection . "includes/banner.php";

View File

@ -1,7 +1,7 @@
<?php
$URlsorrection = "";
$PageTitle = "Recent Projects";
include_once $URlsorrection . "includes/header.php";
include_once $URlsorrection . "includes/banner.php";

View File

@ -1,7 +1,7 @@
<?php
$URlsorrection = "";
$PageTitle = "Our Services";
include_once $URlsorrection . "includes/header.php";
include_once $URlsorrection . "includes/banner.php";