| | |
| | | $module["startpage"] = "client/client_list.php"; |
| | | $module["tab_width"] = ''; |
| | | |
| | | /* |
| | | Email accounts menu |
| | | */ |
| | | |
| | | |
| | | |
| | | |
| | | $items[] = array( 'title' => "Edit Client", |
| | | 'target' => 'content', |
| | |
| | | unset($items); |
| | | } |
| | | |
| | | if($_SESSION["s"]["user"]["typ"] == 'admin'){ |
| | | $items[] = array( 'title' => "Interface Settings", |
| | | 'target' => 'content', |
| | | 'link' => 'client/reseller_admin_interface.php', |
| | | 'html_id' => 'reseller_admin_interface'); |
| | | |
| | | |
| | | $module["nav"][] = array( 'title' => 'Reseller Panel', |
| | | 'open' => 1, |
| | | 'items' => $items); |
| | | |
| | | unset($items); |
| | | } |
| | | ?> |