Posted by deepM on May 26, 2009 at 9:53pm
Jump to:
| Project: | Menu Breadcrumb |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | grobot |
| Status: | closed (fixed) |
Issue Summary
Could i output this module in a block and how?
Comments
#1
#2
+1
#3
I 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' -
<?phpprint 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).
#4
Automatically closed -- issue fixed for 2 weeks with no activity.