From 3a5e4ccf181782bf06d067c470181d3214281b0c Mon Sep 17 00:00:00 2001 From: Gary Date: Thu, 10 Apr 2025 14:56:36 +0100 Subject: [PATCH] nav added to files --- blog.php | 1 + contact.php | 1 + projects.php | 1 + services.php | 1 + 4 files changed, 4 insertions(+) diff --git a/blog.php b/blog.php index c8b0bae..b61c8fc 100644 --- a/blog.php +++ b/blog.php @@ -3,6 +3,7 @@ $URlsorrection = ""; $PageTitle = "Blog"; include_once $URlsorrection . "includes/header.php"; +include_once $URlsorrection . "includes/nav.php"; include_once $URlsorrection . "includes/banner.php"; ?> diff --git a/contact.php b/contact.php index f12ad1f..f88c0f2 100644 --- a/contact.php +++ b/contact.php @@ -3,6 +3,7 @@ $URlsorrection = ""; $PageTitle = "Contact Us"; include_once $URlsorrection . "includes/header.php"; +include_once $URlsorrection . "includes/nav.php"; include_once $URlsorrection . "includes/banner.php"; ?> diff --git a/projects.php b/projects.php index 7734228..dd8a91e 100644 --- a/projects.php +++ b/projects.php @@ -3,6 +3,7 @@ $URlsorrection = ""; $PageTitle = "Recent 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 1f7455b..c3bc053 100644 --- a/services.php +++ b/services.php @@ -3,6 +3,7 @@ $URlsorrection = ""; $PageTitle = "Our Services"; include_once $URlsorrection . "includes/header.php"; +include_once $URlsorrection . "includes/nav.php"; include_once $URlsorrection . "includes/banner.php"; ?>