| | |
| | | unset($items); |
| | | } |
| | | |
| | | $items[] = array( 'title' => "Edit Client Circle", |
| | | 'target' => 'content', |
| | | 'link' => 'client/client_circle_list.php', |
| | | 'html_id' => 'client_circle_list'); |
| | | |
| | | $items[] = array( 'title' => "Send email", |
| | | 'target' => 'content', |
| | | 'link' => 'client/client_message.php', |
| | |
| | | |
| | | unset($items); |
| | | |
| | | $app->uses('ini_parser,getconf'); |
| | | $settings = $app->getconf->get_global_config('domains'); |
| | | |
| | | if ($settings['use_domain_module'] == 'y') { |
| | | $items = array(); |
| | | $items[] = array( 'title' => 'Domains', |
| | | 'target' => 'content', |
| | | 'link' => 'client/domain_list.php'); |
| | | |
| | | $module['nav'][] = array( 'title' => 'Domains', |
| | | 'open' => 1, |
| | | 'items' => $items); |
| | | |
| | | unset($items); |
| | | } |
| | | |
| | | ?> |