chowpay Posted May 3, 2007 Share Posted May 3, 2007 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 More sharing options...
chowpay Posted May 3, 2007 Author Share Posted May 3, 2007 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.