summaryrefslogtreecommitdiffstats
path: root/contents/projekte/verwaltung.php
diff options
context:
space:
mode:
Diffstat (limited to 'contents/projekte/verwaltung.php')
-rw-r--r--contents/projekte/verwaltung.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/contents/projekte/verwaltung.php b/contents/projekte/verwaltung.php
new file mode 100644
index 0000000..ac4ce46
--- /dev/null
+++ b/contents/projekte/verwaltung.php
@@ -0,0 +1,26 @@
+<?php
+ $author = 'Emily';
+ $pathToRoot = '../../';
+?>
+<?php
+ include($pathToRoot . 'includes/firstinclude.inc.php');
+ include($pathToRoot . 'includes/header.inc.php');
+ include($pathToRoot . 'includes/mainmenu.inc.php');
+
+ include($pathToRoot . 'sidebars/projekte/main.inc.php');
+?>
+
+<div id="inhalt">
+ <h2>
+ Verwaltung
+ </h2>
+ <p>
+ Dieses Projekt ist noch in Planung.
+ Wir halten euch über die Fortschritte auf dem Laufenden.
+ </p>
+</div>
+
+<?php
+ include($pathToRoot . 'includes/footer.inc.php');
+ include($pathToRoot . 'includes/lastinclude.inc.php');
+?>