changed variable names for action blocks
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 4 Nov 2015 22:10:25 +0000 (17:10 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 4 Nov 2015 22:10:25 +0000 (17:10 -0500)
page.php

index f2a18b2..ceeaf88 100644 (file)
--- a/page.php
+++ b/page.php
@@ -53,7 +53,7 @@
             <div class="small-3 columns">
                 <?php $crewsPage = get_page_by_title('Crews Quarters Overnight Program');?>
                 <?php if($crewsPage):?>
-                <a class="action-block" href="<?php echo get_page_link($crewsPage->ID);?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/action-crews-quarters.jpg"></a>
+                <a class="action-block" href="<?php echo get_page_link($crewsPage->ID);?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/action-item-crews-quarters.jpg"></a>
                 <?php endif;?>
             </div>
         </div>