Closed (fixed)
Project:
Framework
Version:
7.x-3.4
Component:
PHP code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2011 at 15:31 UTC
Updated:
11 Sep 2011 at 20:51 UTC
if, for example, you're using nice menus to display your main menu then currently it won't get displayed unless you change:
if ($main_menu || $secondary_menu):
to:
if ($main_menu || $secondary_menu || $page['navigation']):
on line 40 of page.tpl.php
Comments
Comment #1
andregriffin commentedAh, yes you are correct. Applied to upcoming release... Thanks
Comment #2
andregriffin commentedFixed in 7.x-3.5