test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • peterlowish Friend
    #117219

    Is there a way of removing the horozontal menu at the top so just the left menu appears?

    P

    Hung Dinh Friend
    #210545

    You can do this by removing the following lines in the index.php inside the template folder


    <!-- BEGIN: MAIN MENU -->
    <div id="ja-topnav-outer">
    <div id="ja-topnav">
    <?php
    switch ($ja_menutype) {
    case 1: echo $topnav;
    break;
    case 2:
    include("ja_cssmenu.php");
    break;
    case 3: include("ja_transmenu.php");
    break;
    }
    ?>
    </div>
    </div>
    <!-- END: MAIN MENU -->

    peterlowish Friend
    #210548

    Thank you

    P

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

This topic contains 3 replies, has 2 voices, and was last updated by  peterlowish 18 years, 2 months ago.

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