<div class="row collapse">
<?php get_template_part('parts/client-info-footer');?>
<div class="small-11 small-text-center medium-offset-0 medium-5 large-offset-3 large-4 columns">
- <a href="<?php bloginfo('url'); ?>/<?php echo get_page_uri(get_page_by_title('E-News Signup'))?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/signup.png"></a>
+ <a href="<?php bloginfo('url'); ?>/<?php echo get_post(2352)?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/signup.png"></a>
</div>
</div>
</footer>
<span class="bullet"> • </span><span><?php echo glm_get_clientinfo_option('extra');?></span>
<?php endif;?>
<?php endif;?>
- <?php $contactPage = get_page_by_title('Contact Us');?>
+ <?php $contactPage = get_post(1942);?>
<?php if($contactPage):?>
<span class="bullet"> • </span><span><a href="<?php echo get_page_link($contactPage->ID);?>">Contact Us</a></span>
<?php endif;?>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for NLEA
-Version: 1.0.7
+Version: 1.0.9
*/