Update footer for enews item
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 29 Oct 2015 19:54:35 +0000 (15:54 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 29 Oct 2015 19:54:35 +0000 (15:54 -0400)
They changed the name of the page to Enews Sign Up (three words not two)

footer.php

index 8dde715..94cc46d 100644 (file)
@@ -7,7 +7,7 @@
                                     <a href="#"><img src="<?php echo get_template_directory_uri(); ?>/assets/info-guide.png"></a>
                                 </div>
                                 <div class="small-12 medium-4 columns text-center">
-                                    <?php $enewsPage = get_page_by_title('Enews Signup');?>
+                                    <?php $enewsPage = get_page_by_title('Enews Sign Up');?>
                                     <?php if($enewsPage):?>
                                     <a href="<?php echo get_page_link($enewsPage->ID);?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/sign-up.png"></a>
                                     <?php endif;?>
                                     <span class="bullet"> &#8226; </span>
                                     <span> All Rights Reserved.</span>
 
-                                    
+
                                 </div>
                             </div>
                         </footer>
-                
+
             </div>
         <a class="exit-off-canvas"></a>
         </div><!--End of inner-wrap-->