Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • john6555 Friend
    #120654

    The subject says it all… how do I remove the “You are here: Home” from the Front Page of the site only? I believe this item is called the “pathway” in the code.

    I would like it to appear on the other pages of the site, but on the home page it will make my content line up much better by removing this.

    Thanks for any input! 🙂

    Hieu Nguyen Admin
    #221505

    It can not be removed because it’s is default feature of joomla.

    john6555 Friend
    #221508

    I’ll answer my own question… (it’s about time!) :p

    In index.php change the original code:

    <div id="ja-pathwaywrap">
    <div id="ja-pathway">
    <strong>You are here:</strong> <?php mosPathway(); ?>
    </div>

    To the following code:

    <div id="ja-pathwaywrap">
    <?php if ( $_REQUEST['option'] != "com_frontpage" ) { ?>
    <div id="ja-pathway">
    <strong>You are here:</strong> <?php mosPathway(); ?>
    </div>
    <?php } ?>

    Looks much better now!

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

This topic contains 3 replies, has 2 voices, and was last updated by  john6555 17 years, 5 months ago.

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