summaryrefslogtreecommitdiff
path: root/www-ssl/menu.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/menu.php')
-rwxr-xr-xwww-ssl/menu.php9
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&uuml;";
+} // MenueShowAdminSection
+
+
?>