bootstrapping finish
parent
e050c0dc7f
commit
62762a9368
@ -1,10 +1,12 @@
|
||||
<?php
|
||||
require_once ('bootstrap.php');
|
||||
|
||||
$title = "Index";
|
||||
$header = "Lageplan";
|
||||
include "../../camp2011/includes/header.php";
|
||||
include "includes/header.php";
|
||||
|
||||
echo "<p>" . Get_Text("lageplan_text1") . "</p>";
|
||||
echo "<p><img src=\"./pic/lageplan/lageplan.jpg\" alt=\"\" />";
|
||||
|
||||
include "../../camp2011/includes/footer.php";
|
||||
include "includes/footer.php";
|
||||
?>
|
||||
|
Loading…
Reference in New Issue