update Get_Text eintreys
git-svn-id: svn://svn.cccv.de/engel-system@66 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
8bb5717076
commit
805eaa629d
|
@ -2,17 +2,10 @@
|
|||
$title = "Index";
|
||||
$header = "Lageplan";
|
||||
include ("./inc/header.php");
|
||||
?>
|
||||
|
||||
<p>
|
||||
Hier eine Übersicht über die Raumssituation auf dem Camp.
|
||||
</p>
|
||||
echo "<p>". Get_Text("lageplan_text1"). "</p>";
|
||||
echo "<p><img src=\"./pic/lageplan/lageplan.jpg\"/>.";
|
||||
|
||||
<p>
|
||||
<img src="./pic/lageplan/lageplan.jpg" alt="Lageplan" />.
|
||||
</p>
|
||||
|
||||
<?
|
||||
include ("./inc/footer.php");
|
||||
?>
|
||||
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?PHP
|
||||
|
||||
$title = "Chaos-Angel Registration";
|
||||
$header = "Chaos-Angel Registration";
|
||||
include ("./inc/header.php");
|
||||
|
|
Loading…
Reference in New Issue