local changes for spezial includes camp-version
parent
ab741029c8
commit
ce81776fbc
@ -1,7 +1,7 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
|
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
$title = "Index";
|
$title = "Index";
|
||||||
$header = "Index";
|
$header = "Index";
|
||||||
include ("../../27c3/includes/header.php");
|
include ("../../camp2011/includes/header.php");
|
||||||
|
|
||||||
echo Get_Text("index_text1")."<br><br>";
|
echo Get_Text("index_text1")."<br><br>";
|
||||||
echo Get_Text("index_text2")."<br>";
|
echo Get_Text("index_text2")."<br>";
|
||||||
echo Get_Text("index_text3")."<br>";
|
echo Get_Text("index_text3")."<br>";
|
||||||
|
|
||||||
include ("../../27c3/includes/login_eingabefeld.php");
|
include ("../../camp2011/includes/login_eingabefeld.php");
|
||||||
|
|
||||||
echo "<h6>".Get_Text("index_text4")."</h6>";
|
echo "<h6>".Get_Text("index_text4")."</h6>";
|
||||||
|
|
||||||
//echo Get_Text("index_text5"). "<br>". $show_SSLCERT;
|
//echo Get_Text("index_text5"). "<br>". $show_SSLCERT;
|
||||||
|
|
||||||
include ("../../27c3/includes/footer.php");
|
include ("../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
$title = "Index";
|
$title = "Index";
|
||||||
$header = "Lageplan";
|
$header = "Lageplan";
|
||||||
include ("../../27c3/includes/header.php");
|
include ("../../camp2011/includes/header.php");
|
||||||
|
|
||||||
echo "<p>". Get_Text("lageplan_text1"). "</p>";
|
echo "<p>". Get_Text("lageplan_text1"). "</p>";
|
||||||
echo "<p><img src=\"./pic/lageplan/lageplan.jpg\"/>.";
|
echo "<p><img src=\"./pic/lageplan/lageplan.jpg\"/>.";
|
||||||
|
|
||||||
include ("../../27c3/includes/footer.php");
|
include ("../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
$title = "Himmel";
|
$title = "Himmel";
|
||||||
$header = "News";
|
$header = "News";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
|
|
||||||
|
|
||||||
echo "<a href=\"#Neu\">".Get_Text(3)."</a>";
|
echo "<a href=\"#Neu\">".Get_Text(3)."</a>";
|
||||||
include ("news_output.php");
|
include ("news_output.php");
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue