how can i get a character between the breadcrumb links like a ">" or "|" ?
thanks.
For example use this in your custom module to override the theme_breadcrumb() function: http://snugug.com/musings/override-theme-functions-drupal-7-module
Comments
Comment #1
sender commentedFor example use this in your custom module to override the theme_breadcrumb() function:
http://snugug.com/musings/override-theme-functions-drupal-7-module
Comment #2
lamp5