By congobongo on
Is there an easy way to display the first level of the crumbtrail somewhere else on the page template? So if my crumbtrail is: Home > Services > Some Service, display "Services" somewhere else on the page?
I asked this question before but I think it may have been misunderstood.
Comments
A Possible Way
API Documentation:
http://api.drupal.org/api/function/theme_breadcrumb/5
Basic BreadCrumb Help:
http://drupal.org/node/64067
More Advanced:
http://drupal.org/node/73999
There are probably a few ways to go about this. Not the best way, but a way would be to pull out the variable that you want from your customized theme function.
Then you could use
$global_breadcrumbwhere you want.I have not tested this.
--
Alan
--
zzolo