update Get_Text eintreys

git-svn-id: svn://svn.cccv.de/engel-system@66 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2005-11-17 01:10:26 +00:00
parent 8bb5717076
commit 805eaa629d
3 changed files with 2 additions and 12 deletions

View File

@ -2,17 +2,10 @@
$title = "Index"; $title = "Index";
$header = "Lageplan"; $header = "Lageplan";
include ("./inc/header.php"); include ("./inc/header.php");
?>
<p> echo "<p>". Get_Text("lageplan_text1"). "</p>";
Hier eine Übersicht über die Raumssituation auf dem Camp. echo "<p><img src=\"./pic/lageplan/lageplan.jpg\"/>.";
</p>
<p>
<img src="./pic/lageplan/lageplan.jpg" alt="Lageplan" />.
</p>
<?
include ("./inc/footer.php"); include ("./inc/footer.php");
?> ?>

View File

@ -1,8 +1,6 @@
<?PHP <?PHP
$title = "Anmeldung zum Chaos-Engel"; $title = "Anmeldung zum Chaos-Engel";
$header = "Anmeldung zum Chaos-Engel"; $header = "Anmeldung zum Chaos-Engel";
include ("./inc/header.php"); include ("./inc/header.php");
include ("./inc/db.php"); include ("./inc/db.php");
include ("./inc/crypt.php"); include ("./inc/crypt.php");

View File

@ -1,5 +1,4 @@
<?PHP <?PHP
$title = "Chaos-Angel Registration"; $title = "Chaos-Angel Registration";
$header = "Chaos-Angel Registration"; $header = "Chaos-Angel Registration";
include ("./inc/header.php"); include ("./inc/header.php");