* Fixed the Inactive Parent anchor name so they all are unique.

* Fixed the Devel menu name and identifier.
* Added support for users to select multiple menus.
This commit is contained in:
Alexis Wilke
2010-05-16 10:45:25 +00:00
parent d9f856a075
commit 4430806082
5 changed files with 49 additions and 6 deletions

View File

@@ -13,6 +13,8 @@ function simplemenu_devel_simplemenu_tree_alter(&$tree) {
if (user_access('access devel information')) {
$devel = array(
'link' => array(
'mlid' => 0,
'menu_name' => 'devel',
'hidden' => FALSE,
'title' => t('Devel module'),
'href' => 'admin/settings/devel',