Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • fabrian Friend
    #144666

    I want to remove the horizontal menu. Can someone point me in the right direction?

    Anonymous Moderator
    #318972

    Hi fabrian

    For this case, please open templatesja_sargasindex.php file, at about line 103, find following code:


    <!-- BEGIN: MAIN NAVIGATION -->
    <div id="ja-mainnav">
    <?php
    $jamenu->genMenu(0);
    ?>

    <?php if ($tmpTools->getParam(JA_TOOL_MENU)==1 && $hasSubnav) { ?>
    <div id="ja-subnav">
    <?php $jamenu->genMenu(1,1); ?>
    </div>
    <?php } ?>

    <?php if ($tmpTools->getParam(JA_TOOL_MENU)==4) { ?>
    <div id="ja-subnavdl">
    <?php $jamenu->genMenu(1,1); ?>
    </div>
    <?php } ?>

    </div>
    <!-- END: MAIN NAVIGATION -->

    and remove it.

    fabrian Friend
    #319007

    Thanks, that did the trick ! 😀

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

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

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