From 78c894b7dcef7d9222fef13148f493127709d891 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 2 Nov 2016 11:33:50 -0400 Subject: [PATCH] fixing home link placemenent, removed it from the wrong off canvas menu, placing back in the original location --- lib/navigation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/navigation.php b/lib/navigation.php index 13ec488..aea2e0a 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -33,6 +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 '
'; } @@ -43,7 +44,6 @@ if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) { if ( ! function_exists( 'glm_regions_mobile_off_canvas' ) ) { function glm_regions_mobile_off_canvas() { echo '
'; - echo '
'; } -- 2.17.1