changing members only sidebar title to partners only
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 18 Jan 2018 21:39:39 +0000 (16:39 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 18 Jan 2018 21:39:39 +0000 (16:39 -0500)
changing the text for the members only sidebar to say partners only

sidebar.php

index 4a13aa8..509599c 100644 (file)
@@ -2,7 +2,7 @@
     <?php if (is_user_logged_in()) { ?>
         <div id="members-only-sidebar" class="show-for-small-up opensearchserver.ignore">
             <div class="row collapse sidebar-row">
-                <h4 class="sidebar-title"> Members Only</h4>
+                <h4 class="sidebar-title"> Partners Only</h4>
                      <?php glm_theme_members_only('members-only-menu'); ?>
              </div>
         </div>