engelsystem/www-ssl/nonpublic/news.php
cookie 866c47ec60 move files
git-svn-id: svn://svn.cccv.de/engel-system@20 29ba0400-6e00-0410-a75a-ca02368028f8
2005-11-06 17:14:25 +00:00

11 lines
183 B
PHP
Executable file

<?php
$title = "Himmel";
$header = "News";
include ("./inc/header.php");
echo "<a href=\"#Neu\">".Get_Text(3)."</a>";
include ("news_output.php");
include ("./inc/footer.php");
?>