From: Ian Weller Date: Tue, 23 Feb 2016 21:14:47 +0000 (-0500) Subject: edited the off canvas layout a bit X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=533cbe6fe0455cc120252217f3fa154ec7e2add8;p=WP-Themes%2Flaury%2Fnewbreakout.git edited the off canvas layout a bit --- diff --git a/lib/navigation.php b/lib/navigation.php index 0c1b74d..c172e80 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -32,7 +32,6 @@ if ( ! function_exists( 'glm_theme_top_bar' ) ) { if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) { function glm_theme_mobile_off_canvas() { echo '
'; - echo '
'; + echo ''; } }