Skip to content

Instantly share code, notes, and snippets.

@jasonglisson
Last active September 14, 2017 12:39
Show Gist options
  • Save jasonglisson/8ccd8e840b01d63c5435 to your computer and use it in GitHub Desktop.
Save jasonglisson/8ccd8e840b01d63c5435 to your computer and use it in GitHub Desktop.
Drupal 7 - Embed menu
<?php
$menu = menu_navigation_links('menu-social');
print theme('links__system_menu-social', array('links' => $menu));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment