tbrehm
2007-05-28 32b40db8d2e799588bb78e8c07cb70105e4e5d8e
interface/web/mail/lib/module.conf.php
@@ -1,4 +1,4 @@
<?php
<?php
$module = array (
  'name' => 'mail',
  'title' => 'Email',
@@ -112,12 +112,12 @@
      array (
        0 => 
        array (
          'title' => 'Fetchmail Accounts',
          'title' => 'Fetchmail',
          'target' => 'content',
          'link' => 'mail/fetchmail_list.php',
          'link' => 'mail/mail_get_list.php',
        ),
      ),
    ),
  ),
)
)
?>