update Get_Text eintreys

git-svn-id: svn://svn.cccv.de/engel-system@66 29ba0400-6e00-0410-a75a-ca02368028f8
main
cookie 19 years ago
parent 8bb5717076
commit 805eaa629d

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

@ -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");

@ -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");

Loading…
Cancel
Save