summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/news.php
blob: 16006c527b038a855c338f23725d9762520d0c9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
require_once ('../bootstrap.php');

$title = "News";
$header = "News";
include "includes/header.php";

echo "<a href=\"#Neu\">" . Get_Text(3) . "</a>";
include "news_output.php";

include "includes/footer.php";
?>