Closed (fixed)
Project:
Menu Breadcrumb
Version:
7.x-1.3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2012 at 16:00 UTC
Updated:
28 Jul 2021 at 13:14 UTC
Jump to comment: Most recent
Comments
Comment #1
hashman27 commentedI just noticed this on my website as well. A fix would really be appreciated.
Comment #2
dsdeiz commentedI believe this is due to forum_node_view setting the breadcrumb. You could probably just implement hook_node_view or override template_preprocess_page to get the breadcrumb and append the title. For appending see, this bit from
menu_breadcrumb_init:Comment #3
xurizaemon