You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
$title = "Index";
|
|
$header = "Lageplan";
|
|
$Page["Public"] = "Y";
|
|
include ("./inc/header.php");
|
|
?>
|
|
|
|
<p>
|
|
Hier eine Übersicht über die Raumssituation auf dem Camp.
|
|
</p>
|
|
|
|
<p>
|
|
<img src="./pic/lageplan/lageplan.jpg" alt="Lageplan" />.
|
|
</p>
|
|
|
|
<?
|
|
include ("./inc/footer.php");
|
|
?>
|
|
|