summaryrefslogtreecommitdiff
path: root/www-ssl/lageplan.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-01 15:03:10 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-01 15:03:10 +0200
commit62762a936839f581fd3b64ae41751966cf08b891 (patch)
tree8973cb4c41f61ab9e2363037a1307a6406f29dfa /www-ssl/lageplan.php
parente050c0dc7f4c70b13596f8e940a31a9678bb3b52 (diff)
bootstrapping finish
Diffstat (limited to 'www-ssl/lageplan.php')
-rw-r--r--www-ssl/lageplan.php14
1 files changed, 8 insertions, 6 deletions
diff --git a/www-ssl/lageplan.php b/www-ssl/lageplan.php
index ca6ee4b0..3d1260c1 100644
--- a/www-ssl/lageplan.php
+++ b/www-ssl/lageplan.php
@@ -1,10 +1,12 @@
<?php
- $title = "Index";
- $header = "Lageplan";
- include "../../camp2011/includes/header.php";
+require_once ('bootstrap.php');
- echo "<p>" . Get_Text("lageplan_text1") . "</p>";
- echo "<p><img src=\"./pic/lageplan/lageplan.jpg\" alt=\"\" />";
+$title = "Index";
+$header = "Lageplan";
+include "includes/header.php";
- include "../../camp2011/includes/footer.php";
+echo "<p>" . Get_Text("lageplan_text1") . "</p>";
+echo "<p><img src=\"./pic/lageplan/lageplan.jpg\" alt=\"\" />";
+
+include "includes/footer.php";
?>