From: Steve Sutton Date: Thu, 12 Nov 2015 18:03:46 +0000 (-0500) Subject: Add explore emmet county in mobile menu X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c872e0b019c90ff767d1ab462b41bae5a6fb14eb;p=WP-Themes%2Fglmthemes%2Fcrawfordcounty-theme.git Add explore emmet county in mobile menu This will be for a new page jodie is creating --- 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,