Closed (fixed)
Project:
Taxonomy Breadcrumb
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2009 at 08:22 UTC
Updated:
22 Aug 2009 at 12:04 UTC
Greetings!
Is it possible, using this module, to make custom call to output the taxonomy trail in the middle of the node instead of in the breadcrumb?
Like this: Submitted by Foo in Articles->Tech->Linux
If yes, how?
Thanks
Comments
Comment #1
farald commentedComment #2
MGN commentedYes. You can get the breadcrumb array through
$breadcrumb = drupal_get_breadcrumb();then you can format it however you like, as inHope this helps.
Comment #3
MGN commentedclosing because the question was answered.
Comment #4
farald commentedYes, and thank you for the answer by the way:)