From 62762a936839f581fd3b64ae41751966cf08b891 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Wed, 1 Jun 2011 15:03:10 +0200 Subject: bootstrapping finish --- www-ssl/lageplan.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'www-ssl/lageplan.php') 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 @@ " . Get_Text("lageplan_text1") . "

"; - echo "

\"\""; +$title = "Index"; +$header = "Lageplan"; +include "includes/header.php"; - include "../../camp2011/includes/footer.php"; +echo "

" . Get_Text("lageplan_text1") . "

"; +echo "

\"\""; + +include "includes/footer.php"; ?> -- cgit v1.2.3-54-g00ecf