projects
/
WP-Themes
/
glmthemes
/
bpla-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34f294c
)
register nav options added to functions
author
Ian Weller
<ian@gaslightmedia.com>
Fri, 16 Oct 2015 14:59:53 +0000
(10:59 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Fri, 16 Oct 2015 14:59:53 +0000
(10:59 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
478d689
..
fd3872a
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-24,6
+24,12
@@
if (!function_exists('glm_quicksite_widget_init')) {
}
+register_nav_menus(array(
+ 'top-bar' => 'Site Navigation',
+ //'mobile-off-canvas' => 'Mobile',
+// 'footer' => 'Footer'
+));
+
/**
* get_menu_options
*