files aufgeraemt
git-svn-id: svn://svn.cccv.de/engel-system@189 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
9c1117aae6
commit
249aad5cf9
|
@ -1,51 +0,0 @@
|
||||||
<?PHP
|
|
||||||
include ("./inc/funktion_faq.php");
|
|
||||||
|
|
||||||
$Menu["Path"] = "admin/";
|
|
||||||
$Menu["Name"] = "Kategorie";
|
|
||||||
$Menu["Entry"][1]["File"] = "room.php";
|
|
||||||
$Menu["Entry"][1]["Name"] = Get_Text("pub_menu_Rooms");
|
|
||||||
$Menu["Entry"][12]["File"] = "EngelType.php";
|
|
||||||
$Menu["Entry"][12]["Name"] = Get_Text("pub_menu_Engeltypen");
|
|
||||||
$Menu["Entry"][2]["File"] = "schichtplan.php";
|
|
||||||
$Menu["Entry"][2]["Name"] = Get_Text("pub_menu_SchichtplanEdit");
|
|
||||||
$Menu["Entry"][2]["Line"] = "<br>";
|
|
||||||
$Menu["Entry"][3]["File"] = "dbUpdateFromXLS.php";
|
|
||||||
$Menu["Entry"][3]["Name"] = Get_Text("pub_menu_UpdateDB");
|
|
||||||
$Menu["Entry"][13]["File"] = "dect.php";
|
|
||||||
$Menu["Entry"][13]["Name"] = Get_Text("pub_menu_Dect");
|
|
||||||
$Menu["Entry"][13]["Line"] = "<br>";
|
|
||||||
$Menu["Entry"][4]["File"] = "user.php";
|
|
||||||
$Menu["Entry"][4]["Name"] = Get_Text("pub_menu_Engelliste");
|
|
||||||
$Menu["Entry"][14]["File"] = "userDefaultSetting.php";
|
|
||||||
$Menu["Entry"][14]["Name"] = Get_Text("pub_menu_EngelDefaultSetting");
|
|
||||||
$Menu["Entry"][5]["File"] = "aktiv.php";
|
|
||||||
$Menu["Entry"][5]["Name"] = Get_Text("pub_menu_Aktivliste");
|
|
||||||
$Menu["Entry"][6]["File"] = "tshirt.php";
|
|
||||||
$Menu["Entry"][6]["Name"] = Get_Text("pub_menu_T-Shirtausgabe");
|
|
||||||
$Menu["Entry"][6]["Line"] = "<br><br>";
|
|
||||||
$Menu["Entry"][7]["File"] = "news.php";
|
|
||||||
$Menu["Entry"][7]["Name"] = Get_Text("pub_menu_News-Verwaltung");
|
|
||||||
$Menu["Entry"][8]["File"] = "faq.php";
|
|
||||||
$Menu["Entry"][8]["Name"] = Get_Text("pub_menu_FAQ"). " (". noAnswer(). ")";
|
|
||||||
$Menu["Entry"][9]["File"] = "free.php";
|
|
||||||
$Menu["Entry"][9]["Name"] = Get_Text("pub_menu_FreeEngel");
|
|
||||||
$Menu["Entry"][9]["Line"] = "<br><br>";
|
|
||||||
$Menu["Entry"][11]["File"] = "sprache.php";
|
|
||||||
$Menu["Entry"][11]["Name"] = Get_Text("pub_menu_Language");
|
|
||||||
$Menu["Entry"][11]["Line"] = "<br><br>";
|
|
||||||
$Menu["Entry"][10]["File"] = "debug.php";
|
|
||||||
$Menu["Entry"][10]["Name"] = Get_Text("pub_menu_Debug");
|
|
||||||
$Menu["Entry"][15]["File"] = "Recentchanges.php";
|
|
||||||
$Menu["Entry"][15]["Name"] = Get_Text("pub_menu_Recentchanges");
|
|
||||||
|
|
||||||
if ($_SESSION['CVS']["nonpublic/index.php"] == "Y")
|
|
||||||
{
|
|
||||||
$MenuAdmin["Name"] = "Erzengel";
|
|
||||||
$MenuAdmin["Entry"][0]["File"] = "../nonpublic/news.php";
|
|
||||||
$MenuAdmin["Entry"][0]["Name"] = "Engel-Menü";
|
|
||||||
$MenuAdmin["Entry"][1]["File"] = "../index.php";
|
|
||||||
$MenuAdmin["Entry"][1]["Name"] = "Login-Menü";
|
|
||||||
} // MenueShowAdminSection
|
|
||||||
|
|
||||||
?>
|
|
|
@ -1,30 +0,0 @@
|
||||||
<?PHP
|
|
||||||
|
|
||||||
$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");
|
|
||||||
|
|
||||||
if ($_SESSION['CVS']["nonpublic/news.php"] == "Y")
|
|
||||||
{
|
|
||||||
$MenuAdmin["Path"] = "";
|
|
||||||
$MenuAdmin["Name"] = Get_Text("pub_menu_menuname");
|
|
||||||
$MenuAdmin["Entry"][0]["File"] = "admin/index.php";
|
|
||||||
$MenuAdmin["Entry"][0]["Name"] = "Erzengel-Menü";
|
|
||||||
$MenuAdmin["Entry"][1]["File"] = "nonpublic/news.php";
|
|
||||||
$MenuAdmin["Entry"][1]["Name"] = "Engel-Menü";
|
|
||||||
} // MenueShowAdminSection
|
|
||||||
|
|
||||||
?>
|
|
|
@ -1,40 +0,0 @@
|
||||||
<?PHP
|
|
||||||
|
|
||||||
$Menu["Path"] = "nonpublic/";
|
|
||||||
$Menu["Name"] = Get_Text("pub_menu_menuname");
|
|
||||||
$Menu["Entry"][0]["File"] = "news.php";
|
|
||||||
$Menu["Entry"][0]["Name"] = Get_Text("pub_menu_news");
|
|
||||||
$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"][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"][10]["File"] = "messages.php";
|
|
||||||
$Menu["Entry"][10]["Name"] = Get_Text("pub_menu_messages");
|
|
||||||
$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']["admin/index.php"] == "Y")
|
|
||||||
{
|
|
||||||
$MenuAdmin["Path"] = "";
|
|
||||||
$MenuAdmin["Name"] = "Erzengel";
|
|
||||||
$MenuAdmin["Entry"][0]["File"] = "../admin/index.php";
|
|
||||||
$MenuAdmin["Entry"][0]["Name"] = "Erzengel-Menü";
|
|
||||||
$MenuAdmin["Entry"][1]["File"] = "../index.php";
|
|
||||||
$MenuAdmin["Entry"][1]["Name"] = "Login-Menü";
|
|
||||||
} // MenueShowAdminSection
|
|
||||||
|
|
||||||
?>
|
|
Loading…
Reference in New Issue