Closed (fixed)
Project:
Simpler
Version:
7.x-1.0-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2012 at 20:34 UTC
Updated:
18 May 2012 at 06:30 UTC
Hello Developer,
I was wondering if there was a way to hide, disable, or remove the main menu from the top of the theme?
I want to only display the main menu on the sidebars. Any suggestions for doing this would be appreciated.
Thank you!
Chris
Comments
Comment #1
clchleung commentedHello Developer,
So I played around today on the drupal site and figured out how to hide the menu myself. I went to appearance, settings, checked off the main menu and clicked save configuration. That happened to be exactly what I wanted!
Regards,
Chris
Comment #3
mfby2k commenteddelete this code from page.tpl.php for the removing the menu bar completely
if (isset($main_menu)) :print theme('links__system_main_menu', array('links' => $main_menu, 'attributes' => array('class' => array('menu', 'clearfix'))));endif;