projects
/
WP-Themes
/
francejourneys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9afe350
)
removed home link from the new regions off canvas menu
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 2 Nov 2016 15:31:48 +0000
(11:31 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 2 Nov 2016 15:31:48 +0000
(11:31 -0400)
lib/navigation.php
patch
|
blob
|
history
diff --git
a/lib/navigation.php
b/lib/navigation.php
index
e634ae0
..
13ec488
100644
(file)
--- 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 '<div class="left-off-canvas-list">';
- echo '<ul><li class="page_item"><a href="' . home_url() . '">Home</a></li>';
echo glm_get_mobile_nav_menu( 'top-bar' );
echo '</ul></div>';
}