修改page.tpl.php
位置於/var/www/drupal-7.12/sites/business/themes/at-commerce/templates
把原本的
<?php if ($breadcrumb): ?>
<section id="breadcrumb" class="clearfix">
<?php print $breadcrumb; ?>
</section>
<?php endif; ?>
取代成
<?php if (!empty($breadcrumb)){ ?>
<section id="breadcrumb" class="clearfix">
<?php print $breadcrumb ?>
<?php if ($title != ""): ?>» <?php print $title ?>
<?php endif; ?>
</section>
<?php } ?>
全站熱搜
留言列表