How does one turn off breadcrumbs?

A Google search turned up a suggestion to edit page.tpl.php and remove a section of code. The code listed in that suggestion does not match the code in the theme I'm using. Nonetheless, "breadcrumbs" only appears in one line in my theme. I've commented out that line and ... I've still got breadcrumbs.

I've refreshed my browser.

Do I need to (re)compile anything? Is there a toggle somewhere? A cattle prod?

Thanks!

[ suggestion found on the web ]
if ($breadcrumb):

print $breadcrumb;

endif;

[ the only line with term, "breadcrumbs," in my theme ]
# if (!empty($breadcrumb)) { print $breadcrumb; }

Comments

jastraat’s picture

Those lines are equivalent. Just comment out the line you found. If you have caching turned on make sure you empty your cache on the Performance page.

This will only affect breadcrumbs for the particular theme you are editing. If you're using a different administrative theme, that will still display breadcrumbs.

leknarf’s picture

I've cleared the cache -- twice ;)

admin/settings/performance -> "Clear cached data" button at the bottom of the page.

I've refreshed my browser (firefox) display. Can't find a clear cache item for firefox, though.

Suggestions?

Thanks again!