diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-17 01:10:26 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-17 01:10:26 +0000 |
commit | 805eaa629d94f89bde0b5910d321437f03a85da9 (patch) | |
tree | 810a01140f83be3159dd821b719d0db6b7e64400 /www-ssl/lageplan.php | |
parent | 8bb5717076bf061ef094dc41cd7c0fb05708dd43 (diff) |
update Get_Text eintreys
git-svn-id: svn://svn.cccv.de/engel-system@66 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/lageplan.php')
-rwxr-xr-x | www-ssl/lageplan.php | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/www-ssl/lageplan.php b/www-ssl/lageplan.php index 6828376c..c8a7e08c 100755 --- a/www-ssl/lageplan.php +++ b/www-ssl/lageplan.php @@ -2,17 +2,10 @@ $title = "Index"; $header = "Lageplan"; include ("./inc/header.php"); -?> - -<p> -Hier eine Übersicht über die Raumssituation auf dem Camp. -</p> -<p> -<img src="./pic/lageplan/lageplan.jpg" alt="Lageplan" />. -</p> +echo "<p>". Get_Text("lageplan_text1"). "</p>"; +echo "<p><img src=\"./pic/lageplan/lageplan.jpg\"/>."; -<? include ("./inc/footer.php"); ?> |