JM Bistro BreadCrumbs

Looks like JM Bistro does not show Breadcrumbs.

Anyone know how to show the breadcrumbs?

Thanks

4 answers

Profile photo of Saguaros 0.00 $tone October 22, 2012
Public

Hi again,

Depend on the Layouts of the template you’r using, you will have to work on one of these files.

app\design\frontend\default\jm_bistrotemplate\pag e\1column.phtml
app\design\frontend\default\jm_bistrotemplate\pag e\2columns-left.phtml
app\design\frontend\default\jm_bistrotemplate\pag e\2columns-right.phtml
app\design\frontend\default\jm_bistrotemplate\pag e\3columns.phtml

The following is the code for Breadcrumbs on all files. you can move to the appropriate location

PHP Code:

<!-- breadcrums -->
    <?php if ($this->getChildHtml('breadcrumbs')) : ?>
    <div id="ja-navhelper" class="wrap">
        <div class="main">
            <div class="main-inner1 clearfix">
            <?php echo $this->getChildHtml('breadcrumbs'?>
        </div></div>
        </div>
    <?php endif; ?>
<!-- // breadcrums -->


Regards.

#3

This question is now closed

Written By

Comments