2005-09-10 19:25:43 +02:00
|
|
|
<?php
|
2011-06-01 14:30:29 +02:00
|
|
|
require_once ('../bootstrap.php');
|
2005-09-10 19:25:43 +02:00
|
|
|
|
2011-06-01 14:30:29 +02:00
|
|
|
$title = "News";
|
|
|
|
$header = "News";
|
|
|
|
include "includes/header.php";
|
2005-09-10 19:25:43 +02:00
|
|
|
|
2011-06-01 14:30:29 +02:00
|
|
|
echo "<a href=\"#Neu\">" . Get_Text(3) . "</a>";
|
|
|
|
include "news_output.php";
|
|
|
|
|
|
|
|
include "includes/footer.php";
|
2005-09-10 19:25:43 +02:00
|
|
|
?>
|