By DrupalNovice on
Does anyone where the $breadcrumbs are created - e.g. where the text is wrapped in anchors? I've searched the core modules and include files, no luck.
Does anyone where the $breadcrumbs are created - e.g. where the text is wrapped in anchors? I've searched the core modules and include files, no luck.
Comments
You can adjust them with
You can adjust them with template.php the function 'phptemplate_breadcrumb'. Here they can be formatted a particular way, or changed.
You can also use modules like Menu Breadcrumb, Node Breadcrumb, or Custom Breadcrumb to provide your own patterns of breadcrumbs based on conditions, menu structure, or node data.
===========
read my thoughts
I forgot to mention that I'm
I forgot to mention that I'm aware of the theme function and the breadcrumb related modules. They are of no use in this case since the breadcrumbs are already genereated somewhere else.
Any insights on this, anyone?
drupal_set_breadcrumb /
drupal_set_breadcrumb / drupal_get_breadcrumb in common.inc.
===========
read my thoughts