corrected page titles
This commit is contained in:
parent
2733c24fbc
commit
a4bd09c7b5
2
blog.php
2
blog.php
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
$URlsorrection = "";
|
||||
|
||||
$PageTitle = "Blog";
|
||||
include_once $URlsorrection . "includes/header.php";
|
||||
include_once $URlsorrection . "includes/banner.php";
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
$URlsorrection = "";
|
||||
|
||||
$PageTitle = "Contact Us";
|
||||
include_once $URlsorrection . "includes/header.php";
|
||||
include_once $URlsorrection . "includes/banner.php";
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
$URlsorrection = "";
|
||||
|
||||
$PageTitle = "Recent Projects";
|
||||
include_once $URlsorrection . "includes/header.php";
|
||||
include_once $URlsorrection . "includes/banner.php";
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
$URlsorrection = "";
|
||||
|
||||
$PageTitle = "Our Services";
|
||||
include_once $URlsorrection . "includes/header.php";
|
||||
include_once $URlsorrection . "includes/banner.php";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user