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