Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • marielajcao Friend
    #163510

    I’d like to remove the breadcrumbs. I tried unpublishing it and changing module position but… nothing to do, it’s still there!

    Saguaros Moderator
    #389518

    you access the module manager to disable all modules on the breadcrumbs position
    or open the file: templatesja_noritelayoutsblockstopsl.php and remove the following code:

    [PHP]
    <?php if ($this->countModules(‘breadcrumbs’)) : ?>
    <div class=”ja-navhelper wrap”>
    <div class=”main clearfix”>
    <div class=”inner clearfix”>

    <div class=”ja-breadcrums”>
    <strong><?php echo JText::_(‘YOU ARE HERE’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />
    </div>

    </div>
    </div>
    </div>
    <?php endif; ?>
    [/PHP]

    marielajcao Friend
    #390208

    Thanx 4 the fix, it worked

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  marielajcao 13 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum