2005-09-10 19:25:43 +02:00
|
|
|
<?php
|
2011-06-01 14:30:29 +02:00
|
|
|
require_once ('bootstrap.php');
|
2005-09-10 19:25:43 +02:00
|
|
|
|
2011-06-01 14:30:29 +02:00
|
|
|
$title = "Start";
|
|
|
|
$header = "Start";
|
|
|
|
include "includes/header.php";
|
2005-09-10 19:25:43 +02:00
|
|
|
|
2011-06-01 14:30:29 +02:00
|
|
|
echo "<p>" . Get_Text("index_text1") . "</p>\n";
|
|
|
|
echo "<p>" . Get_Text("index_text2") . "</p>\n";
|
|
|
|
echo "<p>" . Get_Text("index_text3") . "</p>\n";
|
2005-09-10 19:25:43 +02:00
|
|
|
|
2011-06-01 14:30:29 +02:00
|
|
|
include "includes/login_eingabefeld.php";
|
2005-09-10 19:25:43 +02:00
|
|
|
|
2011-06-01 14:30:29 +02:00
|
|
|
echo "<h6>" . Get_Text("index_text4") . "</h6>";
|
|
|
|
|
|
|
|
include "includes/footer.php";
|
2005-09-10 19:25:43 +02:00
|
|
|
?>
|