Skip to content

Instantly share code, notes, and snippets.

@bratsun
Created November 13, 2015 08:04
Show Gist options
  • Save bratsun/e8460e491884c109e591 to your computer and use it in GitHub Desktop.
Save bratsun/e8460e491884c109e591 to your computer and use it in GitHub Desktop.
Alter breadcrumb
function tmplt_menu_breadcrumb_alter(&$active_trail, $item) {
// add menu item to array
$active_trail[] = array('title' => 'Topics', 'href' => 'taxonomy/term/1');
}*/
$link = menu_link_load(828); // use mlid to load menu item
_menu_link_find_parent($link);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment