Closed (fixed)
Project:
Menu Breadcrumb
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
26 May 2009 at 21:53 UTC
Updated:
27 Apr 2010 at 23:50 UTC
Could i output this module in a block and how?
Comments
Comment #1
xurizaemonComment #2
bartezz commented+1
Comment #3
xurizaemonI understand your desire for the feature, but I don't think displaying the breadcrumbs in a block is really a job for Menu Breadcrumb.
Anyway, it's trivial to do by adding a custom block, and setting the input format to 'PHP' -
print theme('breadcrumb', drupal_get_breadcrumb());Marking fixed for support request.
--
I don't think we'll add such a feature to this module. It would be better implemented separately, so people can have the feature without needing MB, if at all.
I'm not aware of any modules which implement this (?) currently (most probably because the above is so simple).