From 388fdfcb400baf4169ca8e0cb3908c21bbfbe572 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 13 Jun 2017 16:13:46 -0400 Subject: [PATCH] update nav functions --- lib/navigation.php | 78 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 65 insertions(+), 13 deletions(-) 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 ''; } -- 2.17.1