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