2005-09-10 19:25:43 +02:00
|
|
|
<?php
|
|
|
|
$title = "Index";
|
|
|
|
$header = "Lageplan";
|
2008-09-10 17:43:25 +02:00
|
|
|
include ("../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
|
|
|
|
2008-09-10 17:43:25 +02:00
|
|
|
include ("../includes/footer.php");
|
2005-09-10 19:25:43 +02:00
|
|
|
?>
|
|
|
|
|