how do remove main menu

GK User
Fri Dec 09, 2011 11:28 pm
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
User avatar
Junior Boarder

GK User
Sat Dec 10, 2011 2:23 pm
Hi,

You can open this file \templates\gk_boutique\layouts\default.php

Find below code to remove:

Code: Select all
<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>
User avatar
Platinum Boarder


cron