Maintain breadcrumbs region even when blank?
poggle - August 15, 2008 - 18:07
| Project: | Brushed Steel |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Description
This is soooo petty and of no real consequence other than minor cosmetics, but...
How can I maintain a blank space in 'home' i.e., when no breadcrumb will be displayed?
At present the space collapses, then the left sidebar drops to accommodate it when moving away from 'home'. (I do hope that makes sense!)
I'm pretty sure it's going to be something simple in 'page.tpl.php' around:
<?php if ($header || $breadcrumb): ?>
<div id="header-region"> <?php print $breadcrumb; ?>
</div>
<?php endif; ?>
<?php if ($header || $breadcrumb): ?>
<div id="header-region"> <?php print $breadcrumb; ?>
</div>
<?php endif; ?>... but I can't quite figure what part :-)
