From: Anthony Talarico Date: Wed, 2 Nov 2016 15:33:50 +0000 (-0400) Subject: fixing home link placemenent, removed it from the wrong off canvas menu, placing... X-Git-Tag: v1.0.14^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=78c894b7dcef7d9222fef13148f493127709d891;p=WP-Themes%2Ffrancejourneys.git fixing home link placemenent, removed it from the wrong off canvas menu, placing back in the original location --- 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 '
'; }