Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Move Breadcrub to index.php


chowpay

Recommended Posts

Hi,

 

Currently the bread crub lives on the bottom of header.php

<?php echo $breadcrumb->trail(' » '); ?>

 

I actually want it to be within index.php

 

I tried to add <?php echo $breadcrumb->trail(' » '); ?> into one of the cells but nothing appeared.

 

any clues?

 

Thanks

Link to comment
Share on other sites

Ah yes figured it out

 

<?php echo $breadcrumb->trail(' » '); ?> add this above any cell before <?php HEADING_TITLE' ?> there are 2 occurances of this. After that it works fine

 

=)

 

 

Hi,

 

Currently the bread crub lives on the bottom of header.php

<?php echo $breadcrumb->trail(' » '); ?>

 

I actually want it to be within index.php

 

I tried to add <?php echo $breadcrumb->trail(' » '); ?> into one of the cells but nothing appeared.

 

any clues?

 

Thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...