I would like the breadcrumbs at top of page, instead of at the bottom.

-Doug

Comments

bradlis7’s picture

Category: feature » task

I think you're the one I talked to through email, but I'm going to copy it here for future reference:

You can change the breadcrumbs by going into page.tpl.php, and moving this piece wherever you want to put it:

<?php if ($breadcrumb != ""): ?>
   <?php print $breadcrumb ?>
<?php endif; ?>

You'll probably want to put it right under this part:

<td class="main-content" id="content-<?php print $layout ?>">

--

I'm thinking about going ahead and putting this in the theme on all pages except the front page. If you want it or don't want it, go ahead and let me know here... I'll keep it in mind.

ericinwisconsin’s picture

Version: 4.7.x-1.x-dev » 5.x-1.0

Thanks for the tip! I just started using the great B7 theme and I never even saw the breadcrumbs, so I doubt that most of my users did either. Putting it where you suggested works great!