I'm missing the node title in the breadcrumbs. I added the following line to the menutrails.module in function menutrails_get_breadcrumbs before the return:

  if (substr($item['path'],0,5) == 'node/') $crumbs[] = drupal_get_title();

Maybe you could implement it as an option.

Comments

Wolfgang Reszel’s picture

Project: Node Trail » Menu Trails
Version: 6.x-1.x-dev » 6.x-1.1