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.

11 lines
269 B
PHTML

<?php
14 years ago
$title = "Index";
$header = "Lageplan";
include "../../camp2011/includes/header.php";
14 years ago
echo "<p>" . Get_Text("lageplan_text1") . "</p>";
echo "<p><img src=\"./pic/lageplan/lageplan.jpg\" alt=\"\" />";
14 years ago
include "../../camp2011/includes/footer.php";
?>