"E-Mail", "file" => "vmail", "weight" => 3); } if ($role & (ROLE_VMAIL_ACCOUNT | ROLE_MAILACCOUNT)) { $menu['email_chpass'] = array("label" => "Passwort ändern", "file" => "chpass", "weight" => 15); } if ($role & ROLE_SYSTEMUSER) { $menu["email_domains"] = array("label" => "Mail-Verwaltung", "file" => "domains", "weight" => 2, "submenu" => "domains_domains"); } if ($role & ROLE_SYSTEMUSER && (user_has_accounts() || ! user_has_vmail_domain() || user_has_regular_domain() ) ) { $menu["email_imap"] = array("label" => "IMAP/POP3", "file" => "imap", "weight" => 20, 'submenu' => "email_vmail"); } ?>