修改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 != ""): ?>&raquo; <?php print $title ?>
<?php endif; ?>
</section>
<?php } ?>

 

 

參考資料

arrow
arrow
    全站熱搜

    cabuchi 發表在 痞客邦 留言(0) 人氣()