engelsystem/www-ssl/index.php

18 lines
383 B
PHP
Raw Normal View History

<?php
2011-06-01 14:30:29 +02:00
require_once ('bootstrap.php');
2011-06-01 14:30:29 +02:00
$title = "Start";
$header = "Start";
include "includes/header.php";
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";
2011-06-01 14:30:29 +02:00
include "includes/login_eingabefeld.php";
2011-06-01 14:30:29 +02:00
echo "<h6>" . Get_Text("index_text4") . "</h6>";
include "includes/footer.php";
?>