diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-17 00:19:33 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-17 00:19:33 +0000 |
commit | 3814ce59d234396c59ddf7fb0624589d566756e1 (patch) | |
tree | d405942e68bf9b77e4faa054c7e6856020f37a97 /www-ssl/menu.php | |
parent | f47f7fab7b52d7d1ac65c91b5bdb6b24398146c7 (diff) |
add menu point
git-svn-id: svn://svn.cccv.de/engel-system@64 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/menu.php')
-rwxr-xr-x | www-ssl/menu.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www-ssl/menu.php b/www-ssl/menu.php index af08a8cb..94ce4ea3 100755 --- a/www-ssl/menu.php +++ b/www-ssl/menu.php @@ -38,8 +38,10 @@ if ($_SESSION['CVS']["nonpublic/news.php"] == "Y") { $MenuAdmin["Path"] = ""; $MenuAdmin["Name"] = Get_Text("pub_menu_menuname"); - $MenuAdmin["Entry"][0]["File"] = "nonpublic/news.php"; - $MenuAdmin["Entry"][0]["Name"] = "Engel-Menü"; + $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 ?> |