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