Skip to content

Commit

Permalink
MDL-38509 Move the tool node in the navigation
Browse files Browse the repository at this point in the history
The "Install add-ons" should appear just below Site administration >
Plugins, before the "Activity modules".
  • Loading branch information
mudrd8mz committed Mar 28, 2013
1 parent b7f6442 commit 399ddcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/tool/installaddon/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@

$ADMIN->add('modules', new admin_externalpage('tool_installaddon_index',
get_string('installaddons', 'tool_installaddon'),
"$CFG->wwwroot/$CFG->admin/tool/installaddon/index.php"));
"$CFG->wwwroot/$CFG->admin/tool/installaddon/index.php"), 'modsettings');

$ADMIN->add('modules', new admin_externalpage('tool_installaddon_validate',
get_string('validation', 'tool_installaddon'),
"$CFG->wwwroot/$CFG->admin/tool/installaddon/validate.php",
'moodle/site:config',
true));
true), 'modsettings');
}

0 comments on commit 399ddcc

Please sign in to comment.