* 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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user