From bebb0e7c4f3238a646a4cb9a1d799976fdf53591 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 2 Nov 2016 11:31:48 -0400 Subject: [PATCH] removed home link from the new regions off canvas menu --- lib/navigation.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/navigation.php b/lib/navigation.php index e634ae0..13ec488 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -33,7 +33,6 @@ 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