If you change the code, it may not show any breadcrumbs
If you want to keep breadcrumbs, but change them, use custom breadcrumbs to take control of them.
If you give me complete node information, I can help you set up custom breadcrumbs.
sorry, i didn't answer your question. To remove the breadcrumbs, take that line of code out or delete it.
The code line may be a little different depending on the theme.
Comments
.
I would say to go in the theme file, page.tpl and take out
if ($breadcrumb): print $breadcrumb; endif;or install http://drupal.org/project/custom_breadcrumbs
Thank's. I have this line in
Thank's.
I have this line in my Theme:
That means I could keep the line and put $breadcrumb to empty ?
BUT where is defined $breadcrumb ?
.
If you change the code, it may not show any breadcrumbs
If you want to keep breadcrumbs, but change them, use custom breadcrumbs to take control of them.
If you give me complete node information, I can help you set up custom breadcrumbs.
.
sorry, i didn't answer your question. To remove the breadcrumbs, take that line of code out or delete it.
The code line may be a little different depending on the theme.