diff --git a/contact.php b/contact.php index f88c0f2..67a4c56 100644 --- a/contact.php +++ b/contact.php @@ -2,6 +2,7 @@ $URlsorrection = ""; $PageTitle = "Contact Us"; +$Page = "contact"; include_once $URlsorrection . "includes/header.php"; include_once $URlsorrection . "includes/nav.php"; include_once $URlsorrection . "includes/banner.php"; @@ -69,7 +70,7 @@ include_once $URlsorrection . "includes/banner.php";
-

Email: info@yoursite.com

+

Email: enquiries@warmseal-roofing.co.uk

@@ -77,7 +78,7 @@ include_once $URlsorrection . "includes/banner.php";
-

Website yoursite.com

+

Website: warmseal-roofing.co.uk

diff --git a/images/contact.jpg b/images/contact.jpg new file mode 100644 index 0000000..26f8fdc Binary files /dev/null and b/images/contact.jpg differ diff --git a/images/projects.jpg b/images/projects.jpg new file mode 100644 index 0000000..9bcebb5 Binary files /dev/null and b/images/projects.jpg differ diff --git a/images/services.jpg b/images/services.jpg new file mode 100644 index 0000000..8b82909 Binary files /dev/null and b/images/services.jpg differ diff --git a/includes/nav.php b/includes/nav.php index 14190d5..8d38c50 100644 --- a/includes/nav.php +++ b/includes/nav.php @@ -33,8 +33,8 @@ - - + + diff --git a/projects.php b/projects.php index dd8a91e..560e192 100644 --- a/projects.php +++ b/projects.php @@ -2,6 +2,7 @@ $URlsorrection = ""; $PageTitle = "Recent Projects"; +$Page = "projects"; include_once $URlsorrection . "includes/header.php"; include_once $URlsorrection . "includes/nav.php"; include_once $URlsorrection . "includes/banner.php"; diff --git a/services.php b/services.php index c3bc053..116871f 100644 --- a/services.php +++ b/services.php @@ -2,6 +2,7 @@ $URlsorrection = ""; $PageTitle = "Our Services"; +$Page = "services"; include_once $URlsorrection . "includes/header.php"; include_once $URlsorrection . "includes/nav.php"; include_once $URlsorrection . "includes/banner.php";