Posted by: slvramesh on: June 22, 2010
The following code used to get sub-menu item of their parent menu.
Syntax:
$menu = menu_get_item(”);
Example:
$menu = menu_get_item('admin/store/export');
$content = system_admin_menu_block($menu);
$output = theme('admin_block_content', $content);
The above code get all the sub-menus under export parent menu.