blob: 617eafe3f953231d6df7d1e62aacaaae56d1cac1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?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\"/>.";
include ("../../camp2011/includes/footer.php");
?>
|