This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
<?php
|
|
$title = "Himmel";
|
|
$header = "News";
|
|
include ("./inc/header.php");
|
|
|
|
|
|
echo "<a href=\"#Neu\">".Get_Text(3)."</a>";
|
|
include ("news_output.php");
|
|
|
|
include ("./inc/footer.php");
|
|
?>
|