Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • GaryMoore Friend
    #121959

    How do I turn off the top (suckerfish) menu?

    Menalto Friend
    #226839

    Try to delete this:from line 132 to 149:

    <div id="ja-mainnav">
    <?php
    switch ($ja_menutype) {
    case 1:
    $jasplmenu->genMenu (0);
    break;
    case 2:
    case 4:
    include($ja_template_absolute_path."/ja_cssmenu.php");
    break;
    case 3:
    echo "<div class="transmenu-inner">";
    include($ja_template_absolute_path."/ja_transmenu.php");
    echo "</div>";
    break;
    }
    ?>
    </div>

    GaryMoore Friend
    #226859

    Delete it from where?

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

This topic contains 3 replies, has 2 voices, and was last updated by  GaryMoore 17 years, 1 month ago.

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