tbrehm
2005-11-09 83b0d0f038461786c6e62b381c6e0c05997d7ff6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?php
$module = array (
  'name' => 'sites',
  'title' => 'Sites & Email',
  'template' => 'module.tpl.htm',
  'navframe_page' => '',
  'startpage' => 'sites/index.php',
  'tab_width' => '',
  'nav' => 
  array (
    0 => 
    array (
      'title' => 'Email Accounts',
      'open' => 1,
      'items' => 
      array (
        0 => 
        array (
          'title' => 'Domain',
          'target' => 'content',
          'link' => 'sites/mail_domain_list.php',
        ),
        1 => 
        array (
          'title' => 'Domain Alias',
          'target' => 'content',
          'link' => '',
        ),
        2 => 
        array (
          'title' => 'Email Mailbox',
          'target' => 'content',
          'link' => '',
        ),
        3 => 
        array (
          'title' => 'Email Forward',
          'target' => 'content',
          'link' => '',
        ),
        4 => 
        array (
          'title' => 'Domain Catchall',
          'target' => 'content',
          'link' => '',
        ),
      ),
    ),
    1 => 
    array (
      'title' => 'Email Filter',
      'open' => 1,
      'items' => 
      array (
        0 => 
        array (
          'title' => 'Email Whitelist',
          'target' => 'content',
          'link' => '',
        ),
        1 => 
        array (
          'title' => 'Email Blacklist',
          'target' => 'content',
          'link' => '',
        ),
      ),
    ),
  ),
)
?>