summaryrefslogtreecommitdiff
path: root/nonpublic/news.php
diff options
context:
space:
mode:
Diffstat (limited to 'nonpublic/news.php')
-rwxr-xr-xnonpublic/news.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/nonpublic/news.php b/nonpublic/news.php
deleted file mode 100755
index 107f5913..00000000
--- a/nonpublic/news.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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");
-?>