11 lines
183 B
PHP
Executable file
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");
|
|
?>
|