Hi, I'm a new user :)

In the Zen template, there's an option under themes to disable breadcrumbs. I can't find it in the Framework theme. Is it available? If not, how can I disable breadcrumbs?

Thanks. Love this theme, much less complicated.

K

Comments

andregriffin’s picture

in page.tpl.php, find <?php if ($breadcrumb): print $breadcrumb; endif;?> and comment it out, i.e. <?php /*?><?php if ($breadcrumb): print $breadcrumb; endif;?><?php */?> or just remove it entirely.

andregriffin’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.