Update footer links to book a room
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 3 May 2017 20:06:01 +0000 (16:06 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 3 May 2017 20:06:01 +0000 (16:06 -0400)
For the book a room page id.

sections/footer.php

index 2cbc4c3..3d27285 100644 (file)
@@ -7,7 +7,7 @@
                                     <a href="<?php echo get_permalink(305); ?>"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/ask-a-librarian-with-text.png"></a>
                                 </div>
                                 <div class="text-center small-12 medium-6 large-3 columns">
-                                    <a href="<?php echo get_permalink(216); ?>"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/book-a-room-with-text.png"></a>
+                                    <a href="<?php echo get_permalink(160); ?>"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/book-a-room-with-text.png"></a>
                                 </div>
                                 <div class="text-center small-12 medium-6 large-3 columns">
                                     <a href="<?php echo get_permalink(78); ?>"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/dontate-with-text.png"></a>
                                         <span><?php //echo glm_get_clientinfo_option('city2');?>, <?php //echo glm_get_clientinfo_option('state2');?>
                                             <?php //echo glm_get_clientinfo_option('zip2');?></span>
                                     <?php //endif;?>
-                                    
+
                                     <?php //if (glm_get_clientinfo_option('phone2')) :?>
                                         <span class="bullet"> &#8226; </span><span><?php //echo glm_get_clientinfo_option('phone2');?></span>
                                     <?php //endif;?>
-                                    
-                                    
+
+
                                     <?php //if (glm_get_clientinfo_option('extra')) :?>
                                         <span class="bullet"> &#8226; </span><span><?php //echo glm_get_clientinfo_option('extra');?></span>
                                     <?php //endif;?>
@@ -77,5 +77,5 @@
                                     </div>
                                 </div>
                             </div>
-                            
-                        </footer>
\ No newline at end of file
+
+                        </footer>