How do I modify the homepage breadcrumb link with Drupal 6.0. For Example I want to add an affiliate id or a country id to append to the homepage url. How can i append variables to the homepage breadcrumb url that appears in the breadcrumb navigation from Home URL.
I know how to do it by modifying the page.tpl.php file for the logo and drupal link on the top left corner. However I cannot figure out how to modify the url from the homepage breadcrumb navigation using both the source code and admin area.
I am using the zend theme for my website, and by default the homepage breadcrumb link points to the default url of the homepage of the website based on installation. How can I modify the url to append additional variables?
Any assistance/help would be greatly appreciated?
Thanks,
Steve
Comments
You should be able to play
You should be able to play with theme_breadcrumb() and add your URL changes there. You will either have to override the default implementation using this theme function in a module, or in your template.php file of your theme.
Contact me to contract me for D7 -> D10/11 migrations.