Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • claymc Friend
    #126648

    I would like to add a menu system such as what is in the footer to above the breadcrumb train in the content frame.

    Can you tell me the exact code that needs to be changed for this to happen.

    Thanks
    -clayton

    kallan Friend
    #242347

    open the index.php of the template around line 145 you will find the code


    <div id="ja-pathwaywrap">
    <div id="ja-pathway">
    <?php mosPathway(); ?>
    </div>
    </div>

    This is the breadcrumb

    Above this you would need to add some code like (where user8 is the module position you assigned the menu to)


    <div id="ja-yourmenuwrap">
    <?php echo mosLoadModules ( 'user8',-2 ); ?>
    </div>

    You would need to look in the template_css.css file to see what styles the pathwaywrap had associated to it as you would need to use some of these to get the correct positioning of your menu.

    Hope this helps.

    Kiwidesign

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

This topic contains 2 replies, has 2 voices, and was last updated by  kallan 16 years, 6 months ago.

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