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'); ?>