Is it possible to remove the breadcrumb?

emk

Comments

ckng’s picture

Status: Active » Fixed

You can remove the breadcrumb either by
- edit out these codes from templates/page.tpl.php

    <?php if ($breadcrumb): ?>
          <div id="breadcrumb"><?php print $breadcrumb; ?></div>
    <?php endif; ?>

or
- unset the $vars['breadcrumb'] in template.php inside pop_preprocess_page()

Status: Fixed » Closed (fixed)

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