8 lines
346 B
PHP
8 lines
346 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="dozent.php">Dozenten</a>
|
|
<a class="button" href="buchung.php">Buchungen</a>
|
|
</div> |