Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sx06050 Friend
    #153958

    Hello,

    how could i delete the navigation in the head of the ja_iris template?
    I need only the left navi.

    Thanks

    Martin

    Arvind Chauhan Moderator
    #354269

    Open /templates/ja_iris/index.php

    around line 73 :

    Delete this code :

    [PHP]<!– BEGIN: MAIN NAVIGATION –>
    <div id=”ja-mainnav” class=”clearfix”>
    <?php
    switch ($tmpTools->getParam(JA_TOOL_MENU)) {
    case 1:
    include(dirname(__FILE__).DS.”/ja_Splitmenu.php”);
    $jamenu->genMenu (0);
    break;
    case 2:
    case 4:
    include(dirname(__FILE__).DS.”/ja_cssmenu.php”);
    $jamenu->genMenu (0);
    break;
    case 3:
    include(dirname(__FILE__).DS.”/ja_scriptdlmenu.php”);
    $jamenu->genMenu (0, 0);
    break;
    }
    ?>
    </div>
    <!– END: MAIN NAVIGATION –>[/PHP]

    The index.php is very well commented, you can check it out and remove the divs you do not want to show.

    You can always replace back the index.php to restore the functionality.

    Regards

    Arvind

    sx06050 Friend
    #354271

    Thank´s
    It´s helps me
    Martin

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

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

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