Merge branch 'release/1.0.7' v1.0.7
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 20 Feb 2018 14:16:39 +0000 (09:16 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 20 Feb 2018 14:16:39 +0000 (09:16 -0500)
1  2 
glm-member-db/views/front/members/list.html
style.css

  
          </div><!-- glm-member-list-inner-wrapper-->
      </div><!-- glm-member-db-list-view -->
--{include file='front/footer.html'}
- {if apply_filters('wp-is-current-page', 'manufactured-homes-and-michigan-modular-homes') == false }
- <div id="manufacturers-brands-container">
-     {$blocks = apply_filters('glm_blocks', '')}
-     {if $blocks}
-         {foreach $blocks as $block name="glm_block"}
-             {if $smarty.foreach.glm_block.index % 3 == 0}
-                 <div class="glm-row">
-             {/if}
-                     <div class="manufacturer-brand glm-small-12 glm-medium-4 glm-column">
-                         {if $block->url}
-                             <a href="{$block->url}">
-                         {/if}
-                         {apply_filters('glm_block_image', $block->ID)}
-                         {if $block->url}
-                             </a>
-                         {/if}
-                     </div>
-             {if $smarty.foreach.glm_block.index % 3 == 2}
-                 </div>
-             {/if}
-         {/foreach}
-     {/if}
- </div>
- {/if}
++{include file='front/footer.html'}
diff --cc style.css
+++ b/style.css
@@@ -3,5 -3,5 +3,9 @@@ Theme Name: BrewbakersHousingR
  Author: Gaslight Media
  Author URI: http://www.gaslightmedia.com
  Description: A theme for BrewbakersHousingRV
++<<<<<<< HEAD
 +Version: 1.0.6
++=======
+ Version: 1.0.7
++>>>>>>> release/1.0.7
  */