Postponed
Project:
Blueprint
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2010 at 02:33 UTC
Updated:
15 Nov 2011 at 12:37 UTC
I've been testing the Blueprint 7.x-2.x-dev theme on Drupal 7 RC2 and encountered a glitch with the main_menu (primary links). It looks like the theme .info files reference the site's navigation as primary_links & secondary_links when it should now be main_menu & secondary_menu.
On the page.tpl.php it looks like it also needs to change to reference main_menu.
Comments
Comment #1
designerbrent commentedUnfortunately, I have not had the time I would have liked to develop Blueprint 7.x version so as it sits, it is very clearly not usable. I'll gladly accept patches but as far as bugs go, there are many!
Comment #2
Prine commentedI was racking my head over this for some time.
Just for reference, if you find your page.tpl not displaying page variables $main_menu and $secondary_menu using blueprint subtheme. Make sure you change the following in your subtheme .info file.
to
Rebuild your registry. Then view.
I know its obvious looking back but took me a while to figure out!