New nav area
authorIan Weller <ian@gaslightmedia.com>
Fri, 13 Jan 2017 19:51:56 +0000 (14:51 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 13 Jan 2017 19:51:56 +0000 (14:51 -0500)
I added a new nav area code to the theme in case we want to us it.

lib/navigation.php

index 96d583b..0f60bfc 100644 (file)
@@ -1,7 +1,9 @@
 <?php
 
 register_nav_menus(array(
-  'top-bar' => 'Site Navigation'
+  'top-bar' => 'Site Navigation',
+  'footer'  => 'Footer Navigation',
+  'second-header' => 'Secondary Header Navigation'     
 ));
 
 /**