How to turn off main menu

GK User
Thu Feb 09, 2012 6:41 am
I am trying to use a mod to change the menu depending on if you are logged in or not (meta mod Pro and Advanced Module manager) But I am having a little trouble. The main menu that is in the Coffe template, is it called "Main Menu" in position 7 in module manager? Because when I turn that module off it is still showing up on the site. http://www.resolutions-az.com
User avatar
Fresh Boarder

GK User
Thu Feb 09, 2012 12:50 pm
Hi,

The menu actually is not a normal Joomla module but a block of the template that you can understand that it's a built-in feature of Gavern framework. In order to stop loading it:

- Open: \templates\gk_coffe\layouts\default.php

- Find this code to remove:
Code: Select all
<?php $this->loadBlock('nav'); ?>
User avatar
Platinum Boarder


cron