fix the navigation

This commit is contained in:
Andreas Zweili 2017-01-06 12:48:12 +01:00
parent 293fe21ed4
commit 534c8a4665
4 changed files with 9 additions and 7 deletions

View File

@ -16,7 +16,9 @@
<header>
<!-- The sidebar naviagtion begins here -->
<nav>
<?php include 'naviagtion.html';?>
<?php
include 'naviagtion.php';
?>
</nav>
<!-- The sidebar naviagtion ends here -->
</header>

View File

@ -16,11 +16,9 @@
<header>
<!-- The sidebar naviagtion begins here -->
<nav>
<ul>
<li><a href="ticket.html">Ticket</a></li>
<li><a href="board.html">Board</a></li>
<li><a class="active" href="index.html">Home</a></li>
</ul>
<?php
include 'naviagtion.php';
?>
</nav>
<!-- The sidebar naviagtion ends here -->
</header>

View File

@ -16,7 +16,9 @@
<header>
<!-- The sidebar naviagtion begins here -->
<nav>
<?php include 'naviagtion.html';?>
<?php
include 'naviagtion.php';
?>
</nav>
<!-- The sidebar naviagtion ends here -->
</header>