Nav refactor: fix remaining pages (tools, services, locations, blog articles)

- Updated 30 additional files to use shared includes/nav.php
- Fixed references to old navbar.php and header.php nav includes
- All 52 pages now use single shared navigation
This commit is contained in:
root
2026-02-10 22:24:40 +00:00
parent 1a8d9b4f9d
commit fe70ab53cf
30 changed files with 30 additions and 30 deletions

View File

@@ -86,7 +86,7 @@ $breadcrumbs = [
</script>
</head>
<body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<article class="blog-article">
<div class="container">