moved whole of nav to template

This commit is contained in:
Joshua Perry 2023-01-25 13:41:58 +00:00
parent 6f1138388b
commit 4c68908568
1 changed files with 1 additions and 10 deletions

View File

@ -17,16 +17,7 @@
</section> </section>
</header> </header>
<nav> <nav>
<ul> <?=$nav?>
<li><a href="/">Home</a></li>
<li>Jobs
<ul>
<?=$nav?>
</ul>
</li>
<li><a href="/jobs/faq">FAQ</a></li>
<li><a href="/jobs/about">About Us</a></li>
</ul>
</nav> </nav>
<img src="../images/randombanner.php"/> <img src="../images/randombanner.php"/>
<?=$content;?> <?=$content;?>