From: Ian Weller Date: Tue, 8 Mar 2016 13:50:01 +0000 (-0500) Subject: making changes that I feel are necessary, off canvas has search and removed something... X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e98288f87f15cf356d850c11f2310b15b78eb517;p=web%2FGruntInit%2FglmTheme.git making changes that I feel are necessary, off canvas has search and removed something that was causing code errors in off canvas --- diff --git a/root/lib/navigation.php b/root/lib/navigation.php index 0c1b74d..f22a410 100644 --- a/root/lib/navigation.php +++ b/root/lib/navigation.php @@ -32,7 +32,7 @@ if ( ! function_exists( 'glm_theme_top_bar' ) ) { if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) { function glm_theme_mobile_off_canvas() { echo '
'; - echo '
'; + echo ''; } } diff --git a/root/parts/off-canvas-menu.php b/root/parts/off-canvas-menu.php index d471ae0..fd53e62 100644 --- a/root/parts/off-canvas-menu.php +++ b/root/parts/off-canvas-menu.php @@ -1,37 +1,9 @@