engelsystem/www-ssl/index.php

16 lines
377 B
PHP
Raw Normal View History

<?php
2011-06-01 13:36:24 +02:00
$title = "Start";
$header = "Start";
include "../includes/header.php";
2011-06-01 12:13:39 +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 13:36:24 +02:00
include "../includes/login_eingabefeld.php";
2011-06-01 12:13:39 +02:00
echo "<h6>" . Get_Text("index_text4") . "</h6>";
2011-06-01 13:36:24 +02:00
include "../includes/footer.php";
?>