Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
447a920e
Commit
447a920e
authored
Jan 20, 2015
by
Robert Lyon
Committed by
Gerrit Code Review
Jan 20, 2015
Browse files
Merge "patch to allow submenu and subpages for dashboard (bug 1410409)"
parents
3276abeb
0691e087
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/index.php
View file @
447a920e
...
...
@@ -11,7 +11,7 @@
define
(
'INTERNAL'
,
1
);
define
(
'PUBLIC'
,
1
);
define
(
'MENUITEM'
,
''
);
define
(
'MENUITEM'
,
'
home
'
);
define
(
'HOME'
,
1
);
require
(
'init.php'
);
...
...
htdocs/lib/web.php
View file @
447a920e
...
...
@@ -2571,7 +2571,7 @@ function mahara_standard_nav() {
$menu
=
array
(
'home'
=>
array
(
'path'
=>
''
,
'path'
=>
'
home
'
,
'url'
=>
''
,
'title'
=>
get_string
(
'dashboard'
,
'view'
),
'weight'
=>
10
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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