From c872e0b019c90ff767d1ab462b41bae5a6fb14eb Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 12 Nov 2015 13:03:46 -0500 Subject: [PATCH] Add explore emmet county in mobile menu This will be for a new page jodie is creating --- lib/navigation.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/navigation.php b/lib/navigation.php index cb374d7..43add06 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -55,7 +55,8 @@ if ( ! function_exists( 'emmetcounty_mobile_off_canvas' ) ) { */ function glm_offcanvas_menu() { - echo '
'; + echo '
+ '; wp_nav_menu(array( 'theme_location' => 'top-bar', 'container' => '', @@ -66,6 +67,7 @@ function glm_offcanvas_menu() 'menu_class' => 'nav-off', 'walker' => new Emmetcounty_Off_Canvas_Walker() )); + echo ''; echo '
'; //wp_page_menu(array( //'depth' => 0, -- 2.17.1