blob: 2f04d22c8efdcbc329dd814348f8cd1481611ef3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
$title = "Himmel";
$header = "News";
include ("../../includes/header.php");
echo "<a href=\"#Neu\">".Get_Text(3)."</a>";
include ("news_output.php");
include ("../../includes/footer.php");
?>
|