You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
383 B
PHTML

<?php
14 years ago
require_once ('bootstrap.php');
14 years ago
$title = "Start";
$header = "Start";
include "includes/header.php";
14 years ago
echo "<p>" . Get_Text("index_text1") . "</p>\n";
echo "<p>" . Get_Text("index_text2") . "</p>\n";
echo "<p>" . Get_Text("index_text3") . "</p>\n";
14 years ago
include "includes/login_eingabefeld.php";
14 years ago
echo "<h6>" . Get_Text("index_text4") . "</h6>";
include "includes/footer.php";
?>