changing block id used in localhost to match the one used on dev site
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 2 Sep 2016 13:23:35 +0000 (09:23 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 2 Sep 2016 13:23:35 +0000 (09:23 -0400)
parts/glm-blocks.php

index 032917b..678709b 100644 (file)
@@ -18,7 +18,7 @@
             <?php if($block->url):?>
             </a>
              <?php endif;?>
-             <?php if($block->ID === 86){ ?>
+             <?php if($block->ID === 128){ ?>
                <a class="button case-studies-button" href="<?php echo $block->url;?>"<?php if($block->externalUrl){echo ' target="_blank"';}?>>View</a>
              <?php } ?>
         </div>