8 lines
333 B
PHP
8 lines
333 B
PHP
<div>
|
|
<a class="button" href="index.php">Kursverwaltung</a>
|
|
<a class="button" href="teilnehmer.php">Teilnehmer</a>
|
|
<a class="button" href="termine.php">Termine</a>
|
|
<a class="button" href="kurse.php">Kurse</a>
|
|
<a class="button" href="dozenten.php">Dozenten</a>
|
|
<a class="button" href="buchung.php">Buchung</a>
|
|
</div> |