diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-08 20:04:05 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-08 20:04:05 +0000 |
commit | f0f10bc349caf2758556b2c53d4effb4a7c2e179 (patch) | |
tree | 09dc4b00d58fe3386c3e4a911ab02cf9287afbf6 /www-ssl/menu.php | |
parent | 9dbe3926e2c45679f3fb80261894b754dd6ecf47 (diff) |
update engelanmeldung
upadte menue strucktur
git-svn-id: svn://svn.cccv.de/engel-system@25 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/menu.php')
-rwxr-xr-x | www-ssl/menu.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www-ssl/menu.php b/www-ssl/menu.php index f2789d17..9d9c7efa 100755 --- a/www-ssl/menu.php +++ b/www-ssl/menu.php @@ -34,4 +34,13 @@ $Menu["Entry"][3]["Line"] = "<br>"; $Menu["Entry"][4]["File"] = "nonpublic/schichtplan_beamer.php"; $Menu["Entry"][4]["Name"] = Get_Text("pub_menu_SchichtplanBeamer"); +if ($_SESSION['CVS']["nonpublic/index.php"] == "Y") +{ + $MenuAdmin["Path"] = ""; + $MenuAdmin["Name"] = Get_Text("pub_menu_menuname"); + $MenuAdmin["Entry"][0]["File"] = "nonpublic/index.php"; + $MenuAdmin["Entry"][0]["Name"] = "Engel-Menü"; +} // MenueShowAdminSection + + ?> |