We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a9ebc commit a9cae5cCopy full SHA for a9cae5c
interface/web/mailuser/lib/module.conf.php
@@ -4,14 +4,18 @@
4
5
$module['name'] = 'mailuser';
6
$module['title'] = 'top_menu_mailuser';
7
-$module['template'] = 'module.tpl.htm';
8
-$module['startpage'] = 'mailuser/index.php';
9
-$module['tab_width'] = '';
+$module['template'] = 'module.tpl.htm';
+$module['startpage'] = 'mailuser/index.php';
+$module['tab_width'] = '';
10
11
12
//**** menu
13
$items = array();
14
15
+$items[] = array( 'title' => 'Overview',
16
+ 'target' => 'content',
17
+ 'link' => 'mailuser/index.php',
18
+ 'html_id' => 'mail_user_index');
19
20
$items[] = array( 'title' => 'Password',
21
'target' => 'content',
0 commit comments