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

View File

@ -1,7 +1,8 @@
<?php
echo "
<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>"
?>