2005-09-10 19:25:43 +02:00
|
|
|
<?php
|
|
|
|
$title = "Himmel";
|
|
|
|
$header = "News";
|
2010-11-10 21:03:28 +01:00
|
|
|
include ("../../../27c3/includes/header.php");
|
2005-09-10 19:25:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
echo "<a href=\"#Neu\">".Get_Text(3)."</a>";
|
|
|
|
include ("news_output.php");
|
|
|
|
|
2010-11-10 21:03:28 +01:00
|
|
|
include ("../../../27c3/includes/footer.php");
|
2005-09-10 19:25:43 +02:00
|
|
|
?>
|