diff options
Diffstat (limited to 'www-ssl/lageplan.php')
-rw-r--r-- | www-ssl/lageplan.php | 14 |
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"; ?> |