From: Steve Sutton Date: Wed, 15 Nov 2017 15:58:12 +0000 (-0500) Subject: Add Contact us page to off canvas. X-Git-Tag: v1.0.0^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=2ad275e63223e7cf7e0e660fed711d429ff44269;p=WP-Themes%2Fjoy2ride.git Add Contact us page to off canvas. Adding link into the glm_theme_mobile_off_canvas function. --- 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 ''; } }