summaryrefslogtreecommitdiff
path: root/www-ssl/lageplan.php
diff options
context:
space:
mode:
authorMoritz helios Rudert <helios@planetcyborg.de>2011-06-01 12:13:39 +0200
committerMoritz helios Rudert <helios@planetcyborg.de>2011-06-01 12:13:39 +0200
commit75448045cfe70054c8f4bae1bcfaf9bb0f70d330 (patch)
tree6a4d3d35019cdf933c1816e8522dc5d2557f5238 /www-ssl/lageplan.php
parent12e0b0d809c29d435a247798d7318cc9835980ea (diff)
fixes
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";
?>
-