Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • That's what I did, but could not find permission issues. I could not find specifics about Main menu. I have enabled all I though might be relevant... Commented May 29, 2012 at 7:32
  • How do you output your menu? Via page.tpl? Try that snippet. If not try to output it as a simple block <?php print theme('links__system_main_menu', array( 'links' => $main_menu, 'attributes' => array( 'id' => 'main-menu', 'class' => array('links', 'clearfix'), ), 'heading' => array( 'text' => t('Main menu'), 'level' => 'h2', 'class' => array('element-invisible'), ), )); ?> Commented May 29, 2012 at 7:50
  • I have updated my question with more info. I don't fiddle with templates -> Pure Drupal configuration. Commented May 29, 2012 at 11:48