projects
/
WP-Themes
/
joy2ride.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
680e053
)
Add Contact us page to off canvas.
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 15 Nov 2017 15:58:12 +0000
(10:58 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 15 Nov 2017 15:58:12 +0000
(10:58 -0500)
Adding link into the glm_theme_mobile_off_canvas function.
lib/navigation.php
patch
|
blob
|
history
diff --git
a/lib/navigation.php
b/lib/navigation.php
index
566a2cf
..
5eb7925
100644
(file)
--- 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 '<li class="page_item"><a href="' . get_permalink(47) . '">Contact Us</a></li>';
echo '</ul></div>';
}
}