blob: 107f591353ff7eb8a7218bbfdca5426136ce8515 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?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");
?>
|