Closed (fixed)
Project:
Samara
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2011 at 15:50 UTC
Updated:
18 Jun 2012 at 15:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
chi commentedDoes the menu not appear only in ie9 ?
Comment #2
JoshOrndorff commentedI also cannot get the menus to display using firefox 4.0 or Chromium 11. I am testing on a site that was upgraded from drupal 6.20. I tried running cron and clearing all caches.
-Josh
Comment #3
aathewise commentedThe menu links are pulled from the 'Main menu' menu.
Are you putting your links there?
Comment #4
bhosmer commentedI've got this same issue. I have items in the main menu, but the main menu does not appear. If I activate the block it appears, but it isn't styled properly obviously.
I don't see a $main_menu in the page.tpl.php
Comment #5
bhosmer commentedI've got this same issue. I have items in the main menu, but the main menu does not appear. If I activate the block it appears, but it isn't styled properly obviously.
I don't see a $main_menu in the page.tpl.php
Comment #6
bhosmer commentedAdding this
if ($navigation):print $navigation;if ($main_menu):print theme('links__system_main_menu');endif;to page.tpl.php creates the menu.
?>
I'll work on a patch
Comment #7
bhosmer commentedComment #8
chi commentedThanks and sorry for my belated reply.