summaryrefslogtreecommitdiff
path: root/www-ssl/menu.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-06 17:59:03 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-06 17:59:03 +0000
commit59948c9d8c849f676a584b0f0ca9f95568e0bbae (patch)
tree00a924c58fbaa1e12a3e7bc43d4e8a3c8276da9b /www-ssl/menu.php
parent7cc7fce8de68676ba89b245c85710f391c4be0ce (diff)
public flack entfernt, wird jetzt ueber UserCVS=-1 geregelt
git-svn-id: svn://svn.cccv.de/engel-system@22 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/menu.php')
-rwxr-xr-xwww-ssl/menu.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/www-ssl/menu.php b/www-ssl/menu.php
index 2c3f95c2..f2789d17 100755
--- a/www-ssl/menu.php
+++ b/www-ssl/menu.php
@@ -1,3 +1,5 @@
+<?PHP
+/*
<? echo $MenueTableStart; ?>
<h4><? echo Get_Text("menu_Name")?></h4>
@@ -12,3 +14,24 @@
</div>
<? echo $MenueTableEnd; ?>
+
+*/
+
+$Menu["Path"] = "";
+$Menu["Name"] = Get_Text("menu_Name");
+$Menu["Entry"][0]["File"] = "index.php";
+$Menu["Entry"][0]["Name"] = Get_Text("menu_index");
+$Menu["Entry"][0]["Line"] = "<br>";
+$Menu["Entry"][1]["File"] = "faq.php";
+$Menu["Entry"][1]["Name"] = Get_Text("menu_FAQ");
+$Menu["Entry"][1]["Line"] = "<br>";
+$Menu["Entry"][2]["File"] = "lageplan.php";
+$Menu["Entry"][2]["Name"] = Get_Text("menu_plan");
+$Menu["Entry"][2]["Line"] = "<br>";
+$Menu["Entry"][3]["File"] = "makeuser.php";
+$Menu["Entry"][3]["Name"] = Get_Text("menu_MakeUser");
+$Menu["Entry"][3]["Line"] = "<br>";
+$Menu["Entry"][4]["File"] = "nonpublic/schichtplan_beamer.php";
+$Menu["Entry"][4]["Name"] = Get_Text("pub_menu_SchichtplanBeamer");
+
+?>