| | |
| | | <?php
|
| | | <?php |
| | | $module = array ( |
| | | 'name' => 'mail', |
| | | 'title' => 'Email', |
| | | 'template' => 'module.tpl.htm', |
| | | 'navframe_page' => '', |
| | | 'startpage' => 'mail/index.php', |
| | | 'startpage' => 'mail/mail_domain_list.php', |
| | | 'tab_width' => '', |
| | | 'nav' => |
| | | array ( |
| | |
| | | 'target' => 'content', |
| | | 'link' => 'mail/mail_blacklist_list.php', |
| | | ), |
| | | ), |
| | | ), |
| | | 2 => |
| | | array ( |
| | | 'title' => 'Spamfilter', |
| | | 'open' => 1, |
| | | 'items' => |
| | | array ( |
| | | 0 => |
| | | array ( |
| | | 'title' => 'Whitelist', |
| | | 'target' => 'content', |
| | | 'link' => 'mail/spamfilter_whitelist_list.php', |
| | | ), |
| | | 1 => |
| | | array ( |
| | | 'title' => 'Blacklist', |
| | | 'target' => 'content', |
| | | 'link' => 'mail/spamfilter_blacklist_list.php', |
| | | ), |
| | | 2 => |
| | | array ( |
| | | 'title' => 'Users', |
| | | 'title' => 'User', |
| | | 'target' => 'content', |
| | | 'link' => 'mail/spamfilter_user_list.php', |
| | | 'link' => 'mail/spamfilter_users_list.php', |
| | | ), |
| | | 3 => |
| | | array ( |
| | | 'title' => 'Policys', |
| | | 'title' => 'Policy', |
| | | 'target' => 'content', |
| | | 'link' => 'mail/spamfilter_policy_list.php', |
| | | ), |
| | | ), |
| | | ), |
| | | 2 => |
| | | 3 => |
| | | array ( |
| | | 'title' => 'Fetchmail', |
| | | 'open' => 1, |
| | |
| | | ), |
| | | ), |
| | | ), |
| | | )
|
| | | ) |
| | | ?> |