20 lines
276 B
PHP
Executable File
20 lines
276 B
PHP
Executable File
<?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");
|
|
?>
|
|
|