How to modify the main menu bar

GK User
Tue Jan 06, 2015 12:03 am
Hello

There is any way to change the main menu bar?
To have the logo to the conventional left, the main menu in the middle and in the right I would like to konw if I can have a html module to add a phone #

Let me know the possibilities
User avatar
Junior Boarder

GK User
Tue Jan 06, 2015 11:06 am
You would need to edit:
templates/gk_steakhouse/layouts/default.php
file and replace content of this div:
Code: Select all
                       <div id="gkMainMenuRight">
                          <?php   
                              $this->mainmenu->loadMenu($this->API->get('menu_name_right','mainmenu'));
                              $this->mainmenu->genMenu($this->API->get('startlevel', 0), $this->API->get('endlevel',-1));
                          ?>
                       </div>

with custom made module position:
https://www.gavick.com/documentation/jo ... -position/

After that change some small css styling might be needed.
User avatar
Moderator


cron