Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • goyat Friend
    #128403

    At JA-Edenite “You are here” is located at the footer area. How can I move it to the position between
    menu and topsl.:eek:

    Menalto Friend
    #248476

    Open the index.php file and find this codE:

    <!-- BEGIN: PATHWAY -->
    <div id="ja-pathway">
    <strong>You are here  :</strong><jdoc:include type="module" name="breadcrumbs" />
    </div>
    <!-- END: PATHWAY -->

    cut it and paste it below this(around line 119):

    <?php if ($hasSubnav) { ?>
    <div id="ja-subnav" class="clearfix">
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    <?php } ?>
    <!-- END: MAIN NAVIGATION -->

    So it will look like this:


    <?php if ($hasSubnav) { ?>
    <div id="ja-subnav" class="clearfix">
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    <?php } ?>
    <!-- END: MAIN NAVIGATION -->

    <!-- BEGIN: PATHWAY -->
    <div id="ja-pathway">
    <strong>You are here  :</strong><jdoc:include type="module" name="breadcrumbs" />
    </div>
    <!-- END: PATHWAY -->

    goyat Friend
    #248481

    Thanks. It solved my issue.

    samsa Friend
    #252354

    That was great-thanks

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

This topic contains 4 replies, has 3 voices, and was last updated by  samsa 16 years, 5 months ago.

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