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