Closed (fixed)
Project:
Framework
Version:
6.x-3.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2011 at 20:34 UTC
Updated:
7 Nov 2011 at 17:00 UTC
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
Comment #1
andregriffin commentedin 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.Comment #2
andregriffin commented