blob: ca6ee4b00447b1da225ca19c2217786cf6a7ee7a (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
$title = "Index";
$header = "Lageplan";
include "../../camp2011/includes/header.php";
echo "<p>" . Get_Text("lageplan_text1") . "</p>";
echo "<p><img src=\"./pic/lageplan/lageplan.jpg\" alt=\"\" />";
include "../../camp2011/includes/footer.php";
?>
|