projects
/
WP-Themes
/
glmthemes
/
francejourneys-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
060f8e6
)
New nav area
author
Ian Weller
<ian@gaslightmedia.com>
Fri, 13 Jan 2017 19:51:56 +0000
(14:51 -0500)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/lib/navigation.php
b/lib/navigation.php
index
96d583b
..
0f60bfc
100644
(file)
--- a/
lib/navigation.php
+++ b/
lib/navigation.php
@@
-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'
));
/**