removing conditional for side bar header
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 12 May 2016 15:39:47 +0000 (11:39 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 12 May 2016 15:39:47 +0000 (11:39 -0400)
lib/navigation.php

index 5ed17e2..44e1057 100644 (file)
@@ -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) {