array('mlid' => 0):
$options = menu_parent_options(menu_get_menus(),array('mlid' => 0));
Line 98 correct function name _nodetrail_recurse_crumbs:
_nodetrail_recurse_crumbs($tree, $item, $crumbs);
type == 'my_node_type'){
$variables['title'] = '';
}
}
}
?>
Works on Drupal 6 I was trying to extract the text of an html tag using regular expressions. It seems that preg_match_all is a good option to do this. I wanted to extract the taxonomy term name from within a views display template. I needed to embed a views inside another views. I needed to use part of the parent view's html as an argument for the nested view. I used preg_match_all to extract the term name from an html tag.