projects
/
WP-Themes
/
parrotslanding.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe4df8b
)
removing one of the two 'home' links
author
Ian Weller
<ian@gaslightmedia.com>
Mon, 20 Jun 2016 20:19:46 +0000
(16:19 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Mon, 20 Jun 2016 20:19:46 +0000
(16:19 -0400)
lib/navigation.php
patch
|
blob
|
history
diff --git
a/lib/navigation.php
b/lib/navigation.php
index
f5b5d91
..
47cca5c
100644
(file)
--- a/
lib/navigation.php
+++ b/
lib/navigation.php
@@
-32,7
+32,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="' . get_bloginfo('url') . '">Home</a></li>';
echo glm_get_mobile_nav_menu( 'top-bar' );
echo '</ul></div>';
}