summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/menu.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/nonpublic/menu.php')
-rwxr-xr-xwww-ssl/nonpublic/menu.php33
1 files changed, 18 insertions, 15 deletions
diff --git a/www-ssl/nonpublic/menu.php b/www-ssl/nonpublic/menu.php
index 10cf2a2d..af7981b3 100755
--- a/www-ssl/nonpublic/menu.php
+++ b/www-ssl/nonpublic/menu.php
@@ -8,28 +8,31 @@ $Menu["Entry"][1]["File"] = "engelbesprechung.php";
$Menu["Entry"][1]["Name"] = Get_Text("pub_menu_Engelbesprechung");
$Menu["Entry"][2]["File"] = "schichtplan.php";
$Menu["Entry"][2]["Name"] = Get_Text("pub_menu_Schichtplan");
-$Menu["Entry"][5]["File"] = "myschichtplan.php";
-$Menu["Entry"][5]["Name"] = Get_Text("pub_menu_mySchichtplan");
-$Menu["Entry"][9]["File"] = "schichtplan_beamer.php";
-$Menu["Entry"][9]["Name"] = Get_Text("pub_menu_SchichtplanBeamer");
-$Menu["Entry"][3]["File"] = "wecken.php";
-$Menu["Entry"][3]["Name"] = Get_Text("pub_menu_Wecken");
-$Menu["Entry"][4]["File"] = "waeckliste.php";
-$Menu["Entry"][4]["Name"] = Get_Text("pub_menu_Waeckerlist");
-$Menu["Entry"][6]["File"] = "faq.php";
-$Menu["Entry"][6]["Name"] = Get_Text("pub_menu_questionEngel");
-$Menu["Entry"][7]["File"] = "einstellungen.php";
-$Menu["Entry"][7]["Name"] = Get_Text("pub_menu_Einstellungen");
-$Menu["Entry"][8]["File"] = "../logout.php";
-$Menu["Entry"][8]["Name"] = Get_Text("pub_menu_Abmelden");
+$Menu["Entry"][3]["File"] = "myschichtplan.php";
+$Menu["Entry"][3]["Name"] = Get_Text("pub_menu_mySchichtplan");
+$Menu["Entry"][4]["File"] = "schichtplan_beamer.php";
+$Menu["Entry"][4]["Name"] = Get_Text("pub_menu_SchichtplanBeamer");
+$Menu["Entry"][5]["File"] = "wecken.php";
+$Menu["Entry"][5]["Name"] = Get_Text("pub_menu_Wecken");
+$Menu["Entry"][6]["File"] = "waeckliste.php";
+$Menu["Entry"][6]["Name"] = Get_Text("pub_menu_Waeckerlist");
+$Menu["Entry"][7]["File"] = "faq.php";
+$Menu["Entry"][7]["Name"] = Get_Text("pub_menu_questionEngel");
+$Menu["Entry"][8]["File"] = "einstellungen.php";
+$Menu["Entry"][8]["Name"] = Get_Text("pub_menu_Einstellungen");
+$Menu["Entry"][8]["Line"] = "<br>";
+$Menu["Entry"][9]["File"] = "../logout.php";
+$Menu["Entry"][9]["Name"] = Get_Text("pub_menu_Abmelden");
-if ($_SESSION['CVS']["MenueShowAdminSection"] == "Y")
+if ($_SESSION['CVS']["admin/index.php"] == "Y")
{
$MenuAdmin["Path"] = "";
$MenuAdmin["Name"] = "Erzengel";
$MenuAdmin["Entry"][0]["File"] = "../admin/index.php";
$MenuAdmin["Entry"][0]["Name"] = "Erzengel-Men&uuml;";
+ $MenuAdmin["Entry"][1]["File"] = "../index.php";
+ $MenuAdmin["Entry"][1]["Name"] = "Login-Men&uuml;";
} // MenueShowAdminSection
?>