Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
a9cae5c4
Commit
a9cae5c4
authored
Jul 05, 2012
by
cfoe
Browse files
added overview (index.php) to the sideNav
parent
a4a9ebce
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/mailuser/lib/module.conf.php
View file @
a9cae5c4
...
...
@@ -4,14 +4,18 @@ $userid=$app->auth->get_user_id();
$module
[
'name'
]
=
'mailuser'
;
$module
[
'title'
]
=
'top_menu_mailuser'
;
$module
[
'template'
]
=
'module.tpl.htm'
;
$module
[
'startpage'
]
=
'mailuser/index.php'
;
$module
[
'tab_width'
]
=
''
;
$module
[
'template'
]
=
'module.tpl.htm'
;
$module
[
'startpage'
]
=
'mailuser/index.php'
;
$module
[
'tab_width'
]
=
''
;
//**** menu
$items
=
array
();
$items
[]
=
array
(
'title'
=>
'Overview'
,
'target'
=>
'content'
,
'link'
=>
'mailuser/index.php'
,
'html_id'
=>
'mail_user_index'
);
$items
[]
=
array
(
'title'
=>
'Password'
,
'target'
=>
'content'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment