summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-17 01:10:26 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-17 01:10:26 +0000
commit805eaa629d94f89bde0b5910d321437f03a85da9 (patch)
tree810a01140f83be3159dd821b719d0db6b7e64400
parent8bb5717076bf061ef094dc41cd7c0fb05708dd43 (diff)
update Get_Text eintreys
git-svn-id: svn://svn.cccv.de/engel-system@66 29ba0400-6e00-0410-a75a-ca02368028f8
-rwxr-xr-xwww-ssl/lageplan.php11
-rwxr-xr-xwww-ssl/makeuser.php.de2
-rwxr-xr-xwww-ssl/makeuser.php.en1
3 files changed, 2 insertions, 12 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");
?>
diff --git a/www-ssl/makeuser.php.de b/www-ssl/makeuser.php.de
index 1507a5c9..dafc5d8f 100755
--- a/www-ssl/makeuser.php.de
+++ b/www-ssl/makeuser.php.de
@@ -1,8 +1,6 @@
<?PHP
-
$title = "Anmeldung zum Chaos-Engel";
$header = "Anmeldung zum Chaos-Engel";
-
include ("./inc/header.php");
include ("./inc/db.php");
include ("./inc/crypt.php");
diff --git a/www-ssl/makeuser.php.en b/www-ssl/makeuser.php.en
index d7723b20..73a6d1d6 100755
--- a/www-ssl/makeuser.php.en
+++ b/www-ssl/makeuser.php.en
@@ -1,5 +1,4 @@
<?PHP
-
$title = "Chaos-Angel Registration";
$header = "Chaos-Angel Registration";
include ("./inc/header.php");