summaryrefslogtreecommitdiff
path: root/www-ssl/lageplan.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/lageplan.php')
-rw-r--r--[-rwxr-xr-x]www-ssl/lageplan.php13
1 files changed, 6 insertions, 7 deletions
diff --git a/www-ssl/lageplan.php b/www-ssl/lageplan.php
index 617eafe3..ca6ee4b0 100755..100644
--- a/www-ssl/lageplan.php
+++ b/www-ssl/lageplan.php
@@ -1,11 +1,10 @@
<?php
-$title = "Index";
-$header = "Lageplan";
-include ("../../camp2011/includes/header.php");
+ $title = "Index";
+ $header = "Lageplan";
+ include "../../camp2011/includes/header.php";
-echo "<p>". Get_Text("lageplan_text1"). "</p>";
-echo "<p><img src=\"./pic/lageplan/lageplan.jpg\"/>.";
+ echo "<p>" . Get_Text("lageplan_text1") . "</p>";
+ echo "<p><img src=\"./pic/lageplan/lageplan.jpg\" alt=\"\" />";
-include ("../../camp2011/includes/footer.php");
+ include "../../camp2011/includes/footer.php";
?>
-