From 2ad275e63223e7cf7e0e660fed711d429ff44269 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 15 Nov 2017 10:58:12 -0500 Subject: [PATCH] Add Contact us page to off canvas. Adding link into the glm_theme_mobile_off_canvas function. --- lib/navigation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/navigation.php b/lib/navigation.php index 566a2cf..5eb7925 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -47,6 +47,7 @@ if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) { 'fallback_cb' => false, // fallback function (see below) 'walker' => new Glm_Theme_Off_Canvas_Walker() )); + echo '
  • Contact Us
  • '; echo ''; } } -- 2.17.1