This commit is contained in:
Andreas Zweili 2017-01-06 13:06:25 +01:00
parent aa48ea74ed
commit 9e99b81a19
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?php
echo '<ul>
<ul>
<li><a href="ticket.php">Ticket</a></li>
<li><a href="board.php">Board</a></li>
<li><a class="active" href="index.php">Home</a></li>
</ul>';
</ul>
?>