/ Published in: PHP
menu_get_item does not return a menu ID.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function sympal_theme_module_get_admin_mid() { static $menu; $menu = menu_get_menu(); } return $menu['path index']['admin']; }
URL: http://api.drupal.org/api/HEAD/function/menu_get_item