I'm not getting the main menu to output even though its enabled in the theme. It outputs if i put it into a panel as a block but thats the only way and i'm not disabling all regions in the panel so not sure why it wouldn't be output normally.

Comments

bensnyder’s picture

I'm releasing a fix tonight. Also, remember that you don't want to modify this theme. Extend it as a base theme... You can use the Polymorph theme as an example. That will get released tonight too :)

bensnyder’s picture

drupal_render(menu_tree_output(menu_tree_page_data('main-menu')));

...is one way of doing it.

bensnyder’s picture

bensnyder’s picture

Status: Active » Closed (fixed)

Please reopen if this isn't fixed!