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"; ?>