2005-09-10 19:25:43 +02:00
|
|
|
<?php
|
|
|
|
$title = "Index";
|
|
|
|
$header = "Lageplan";
|
2010-11-10 21:03:28 +01:00
|
|
|
include ("../../27c3/includes/header.php");
|
2005-09-10 19:25:43 +02:00
|
|
|
|
2005-11-17 02:10:26 +01:00
|
|
|
echo "<p>". Get_Text("lageplan_text1"). "</p>";
|
|
|
|
echo "<p><img src=\"./pic/lageplan/lageplan.jpg\"/>.";
|
2005-09-10 19:25:43 +02:00
|
|
|
|
2010-11-10 21:03:28 +01:00
|
|
|
include ("../../27c3/includes/footer.php");
|
2005-09-10 19:25:43 +02:00
|
|
|
?>
|
|
|
|
|