Closed (fixed)
Project:
Boilerplate
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Nov 2012 at 18:39 UTC
Updated:
31 Jan 2013 at 17:10 UTC
There is a navbar region in the .info file, however it is not render inside the page.tpl.php file.
print render($page['navbar']); needs to be added, however I do not know where it should go. Should it go just inside <nav id="navigation">....</nav>?
Comments
Comment #1
danlinn commentedD'oh! Putting it where you suggest would work. Being a base theme, not necessarily a complete theme, you're free to add/remove regions as you like, but you're right and that should be in the vanilla install. Thanks for the report.
Thanks,
Dan
Comment #2
danlinn commentedComment #3
twardnw commentedThis is already in -dev