mirror of
https://gitlab.com/siarp/beethoven2000.de.git
synced 2026-08-07 19:18:18 +00:00
initial - based on https://gitlab.com/siarp/beethoven2000.de_old
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
$heading = 'Steckbriefe vom Treffen 2003';
|
||||
$page_title = 'Beethoven2000 - '. $heading;
|
||||
$additional_headers = array();
|
||||
|
||||
include('../includes/header.inc');
|
||||
?>
|
||||
|
||||
<div id="bread-crumbs">
|
||||
<a href="../intern.php">Intern</a> > <?php echo '<a href="steckbriefe.php">'.$heading.'</a>'; ?>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<h1><?php echo $heading; ?></h1>
|
||||
|
||||
<div id="steckbriefe">
|
||||
<a href="steckbrief.php?name=annso">Annso</a><br />
|
||||
<a href="steckbrief.php?name=bettina">Bettina Buchholz</a><br />
|
||||
<a href="steckbrief.php?name=boris">Boris</a><br />
|
||||
<a href="steckbrief.php?name=franziska">Franziska Biegler</a><br />
|
||||
<a href="steckbrief.php?name=gordon">Gordon Grill</a><br />
|
||||
<a href="steckbrief.php?name=ines">Ines Günther</a><br />
|
||||
<a href="steckbrief.php?name=jana">Jana Wendering</a><br />
|
||||
<a href="steckbrief.php?name=jasmin">Jasmin Moulla-Zeghouane</a><br />
|
||||
|
||||
<a href="steckbrief.php?name=jelena">Jelena</a><br />
|
||||
<a href="steckbrief.php?name=jo">Jo</a><br />
|
||||
<a href="steckbrief.php?name=kathi">Kathi R.</a><br />
|
||||
<a href="steckbrief.php?name=landy">Landy</a><br />
|
||||
<a href="steckbrief.php?name=martinw">Martin</a><br />
|
||||
<a href="steckbrief.php?name=martins">Martin Stadler</a><br />
|
||||
<a href="steckbrief.php?name=meikef">Meike F.</a><br />
|
||||
<a href="steckbrief.php?name=meikel">Meike Liebenthal</a><br />
|
||||
<a href="steckbrief.php?name=melanie">Melanie Großmann</a><br />
|
||||
|
||||
<a href="steckbrief.php?name=michaela">Michaela Schülke</a><br />
|
||||
<a href="steckbrief.php?name=nicole">Nicole</a><br />
|
||||
<a href="steckbrief.php?name=rica">Rica Richert</a><br />
|
||||
<a href="steckbrief.php?name=tilman">Tilman Walther</a><br />
|
||||
<a href="steckbrief.php?name=timo">Timo</a><br />
|
||||
<a href="steckbrief.php?name=uldus">Uldus Khojasteh</a><br />
|
||||
<a href="steckbrief.php?name=ulrike">Ulrike Tietz</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include('../includes/footer.inc');
|
||||
?>
|
||||
Reference in New Issue
Block a user