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