Active
Project:
Menu Trails
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2010 at 15:22 UTC
Updated:
25 Nov 2010 at 15:56 UTC
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
Comment #1
Wolfgang Reszel commented