From f81197ac08457648d76a8d6447842cebb4adf126 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 17 May 2017 15:52:02 -0400 Subject: [PATCH] adding off canvas menu to use appearance menu forgot to add the off canvas support to use the appearance menu instead of the page menu --- lib/navigation.php | 2 +- parts/off-canvas-menu.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/navigation.php b/lib/navigation.php index eccc6c0..f5b5d91 100644 --- a/lib/navigation.php +++ b/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 '
'; } diff --git a/parts/off-canvas-menu.php b/parts/off-canvas-menu.php index 69d6d62..b7171ae 100644 --- a/parts/off-canvas-menu.php +++ b/parts/off-canvas-menu.php @@ -1,5 +1,5 @@