I want to remove the line on top of each page that shows the path of the page thru the nodes.

ie: Home >> Contact Us when viewing the contact us page.

I don't think its an option setting, and I cant find the file that contains the code for it. Can anyone help? Many thanks!

Comments

IamPter’s picture

Which template engine are you using? So that we can tell you how to remove the breadcrumbs.

Some of my sites:
http://www.apockotos.com
http://www.knightrider.org
http://www.macmariner.com

keiko205’s picture

Using the theme push_buttom, not sure which engine that belongs to.

Thanks!

sepeck’s picture

in the themes/pushbutton directory look at the xtemplate.xhtml file. Line 75 has the variable you want. {breadcrumb} You can delete it. This is referenced in the handbook here: http://drupal.org/node/6627

I suggets you take a look at the xTemplate section of the handbook: http://drupal.org/node/6493 if you plan on sticking to it. I actually suggest that once you current needs and site setup are met that you look more towards the phpTemplate engine (http://drupal.org/phptemplate) as it is the future core theme engine going forward with 4.7.

-sp
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

gravyface’s picture

Didn't I read somewhere that xtemplate will be phased out for Drupal 4.7?

Perhaps he's better off switching to PHPTemplate before he really gets into it.

gravyface’s picture

Gravyface, Manager
Department of Redundancy Department

sepeck’s picture

xTemplate will be moved to contrib for the next version. But if he's nearing deployment, then I thought I would give him the answer he asked for and urge him to move to phpTemplate in the future.

There is nothing 'wrong' with xTemplate except it's limitations.

-sp
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

keiko205’s picture

thanks for all the speedy replies guys! its actually just for a simple informational website, so should be ok.

but i'll keep it in mind for future websites!

ps: i'm a girl!

keiko

IamPter’s picture

Are you a little hottie?

BTW.. those breadcrumbs are nice for your visitors. They can help those that get lost on your site.

Some of my sites:
http://www.apockotos.com
http://www.knightrider.org
http://www.macmariner.com

gravyface’s picture

"are you a little hottie?"

And you wonder why us computer folk get such a bad rep for being geeks. :)

IamPter’s picture