From: Steve Sutton Date: Tue, 13 Jun 2017 20:13:46 +0000 (-0400) Subject: update nav functions X-Git-Tag: v1.0.9^2~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=388fdfcb400baf4169ca8e0cb3908c21bbfbe572;p=WP-Themes%2Fpetoskey.git update nav functions --- diff --git a/lib/navigation.php b/lib/navigation.php index 08f8f00..d229765 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -2,7 +2,8 @@ register_nav_menus(array( 'top-bar' => 'Site Navigation', - 'mobile' => 'Mobile Menu' + 'mobile' => 'Mobile Menu', + 'sidenav' => 'Side Nav' )); /** @@ -32,7 +33,7 @@ if ( ! function_exists( 'glm_theme_top_bar' ) ) { */ if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) { function glm_theme_mobile_off_canvas() { - + echo '
'; echo ''; }