Skip to content

Instantly share code, notes, and snippets.

@jasonglisson
Last active September 14, 2017 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonglisson/1d8329003ce85b26f82fc335ce52ff55 to your computer and use it in GitHub Desktop.
Save jasonglisson/1d8329003ce85b26f82fc335ce52ff55 to your computer and use it in GitHub Desktop.
Drupal 7: Embed menu with particular depth
$menu_depth = 1;
print drupal_render(menu_tree_output(menu_tree_all_data('my-custom-menu', null, $menu_depth)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment