summaryrefslogtreecommitdiff
path: root/www-ssl/menu.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/menu.php')
-rwxr-xr-xwww-ssl/menu.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/www-ssl/menu.php b/www-ssl/menu.php
new file mode 100755
index 00000000..2c3f95c2
--- /dev/null
+++ b/www-ssl/menu.php
@@ -0,0 +1,14 @@
+<? echo $MenueTableStart; ?>
+
+<h4><? echo Get_Text("menu_Name")?></h4>
+<div align="left">
+<ul type="disc">
+<li><a href="index.php"><? echo Get_Text("menu_index");?></a></li>
+<? //<li><a href="faq.php"><? echo Get_Text("menu_FAQ");? ></a></li>?>
+<? //<li><a href="lageplan.php"><? echo Get_Text("menu_plan");? ></a></li>?>
+<li><a href="makeuser.php"><? echo Get_Text("menu_MakeUser");?></a></li>
+<li><a href="nonpublic/schichtplan_beamer.php"><? echo Get_Text("pub_menu_SchichtplanBeamer");?></a></li>
+</ul>
+</div>
+
+<? echo $MenueTableEnd; ?>