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