Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • kppyeung Friend
    #159573

    hi there,

    how can I get rid of the words ” You are here : ” and the line underneath.

    thanks

    testresources Friend
    #374620

    open topsl.php located in /templates/ja_seleni/layouts/blocks directory.

    Find this:

    <!-- BREADCRUMBS -->
    <div id="ja-breadcrumbs" class="wrap">
    <div class="main">
    <div class="inner clearfix">
    <strong><?php echo JText::_('YOU ARE HERE')?> </strong><jdoc:include type="module" name="breadcrumbs" />
    </div>
    </div>
    </div>
    <!-- //BREADCRUMBS -->

    Replace with:

    <!-- BREADCRUMBS -->
    <!-- <div id="ja-breadcrumbs" class="wrap">
    <div class="main">
    <div class="inner clearfix">
    <strong><?php echo JText::_('YOU ARE HERE')?> </strong><jdoc:include type="module" name="breadcrumbs" />
    </div>
    </div>
    </div> -->
    <!-- //BREADCRUMBS -->

    You just need to comment the code and it will remove the “YOU ARE HERE” text when you are not using breadcrumbs

    kppyeung Friend
    #374677

    It works perfectly, thanks a lot!

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

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

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