2005-09-10 19:25:43 +02:00
|
|
|
<?php
|
|
|
|
$title = "Himmel";
|
|
|
|
$header = "News";
|
2008-09-10 17:56:20 +02:00
|
|
|
include ("../../includes/header.php");
|
2005-09-10 19:25:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
echo "<a href=\"#Neu\">".Get_Text(3)."</a>";
|
|
|
|
include ("news_output.php");
|
|
|
|
|
2008-09-10 17:56:20 +02:00
|
|
|
include ("../../includes/footer.php");
|
2005-09-10 19:25:43 +02:00
|
|
|
?>
|