projects
/
WP-Themes
/
thinkdunes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7bd60b
)
removing conditional for side bar header
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 12 May 2016 15:39:47 +0000
(11:39 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 12 May 2016 15:39:47 +0000
(11:39 -0400)
lib/navigation.php
patch
|
blob
|
history
diff --git
a/lib/navigation.php
b/lib/navigation.php
index
5ed17e2
..
44e1057
100644
(file)
--- a/
lib/navigation.php
+++ b/
lib/navigation.php
@@
-301,11
+301,7
@@
function glm_side_menu($mobile = false) {
echo '>'.$pageHead->title.'</a><ul>';
} else {
echo '<h1><a href="'. get_permalink(142).'"';
- if(239 == $post->post_parent || is_tree(239)){
echo '> CHAMBER </a></h1>';
- } else {
- echo '> COMMUNITY </a></h1>';
- }
echo '<ul>';
}
foreach ($subs as $menu_item) {