How to activate the breadcrumbs position?
In the template you can select that position but the module does not appear.
Thank you

    carlosdel123 Hi

    Maybe the layout you're using doesn't include the breadcrumb block yet.

    You can backup this file on your site: ROOT/templates/gk_blank/layouts/blocks/breadcrumb.php

    and replace with attached file (unzip first)

    breadcrumbphp.zip
    899B

    Then edit the layout you're using, for example, if you're using the default layout, you edit file: ROOT/templates/gk_blank/layouts/default.php

    Add this line of code to call the breadcrumb block:

    <?php echo GKTemplate::renderBlock('breadcrumb') ?>

    to the place you wish.

    Write a Reply...
    You need to Login to view replies.