Skip to content

Commit a9cae5c

Browse files
author
cfoe
committed
added overview (index.php) to the sideNav
1 parent a4a9ebc commit a9cae5c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

interface/web/mailuser/lib/module.conf.php

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@
44

55
$module['name'] = 'mailuser';
66
$module['title'] = 'top_menu_mailuser';
7-
$module['template'] = 'module.tpl.htm';
8-
$module['startpage'] = 'mailuser/index.php';
9-
$module['tab_width'] = '';
7+
$module['template'] = 'module.tpl.htm';
8+
$module['startpage'] = 'mailuser/index.php';
9+
$module['tab_width'] = '';
1010

1111

1212
//**** menu
1313
$items = array();
1414

15+
$items[] = array( 'title' => 'Overview',
16+
'target' => 'content',
17+
'link' => 'mailuser/index.php',
18+
'html_id' => 'mail_user_index');
1519

1620
$items[] = array( 'title' => 'Password',
1721
'target' => 'content',

0 commit comments

Comments
 (0)