How to do I remove the main menu - their is no module position ' main menu' listed in joomla admin.
I have changed the menu position to topnav
http://65.60.53.10/~jeromes
<div id="gkMainMenu">
<?php
$this->menu->loadMenu($this->getParam('menu_name','mainmenu'));
$this->menu->genMenu($this->getParam('startlevel', 0), $this->getParam('endlevel',-1));
?>
<?php if($this->modules('cart')) : ?>
<div id="btnCart"></div>
<?php endif; ?>
</div>