adding urls to the links in the header and the action items
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 29 Mar 2017 18:54:09 +0000 (14:54 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 29 Mar 2017 18:54:09 +0000 (14:54 -0400)
sections/footer.php
sections/header.php

index 5533747..1ebc7b4 100644 (file)
@@ -4,16 +4,16 @@
                             <?php endif;?>
                             <div id="action-row" class="row">
                                 <div class="text-center small-12 medium-6 large-3 columns">
-                                    <a href="<?php echo get_permalink(215); ?>"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/ask-a-librarian-with-text.png"></a>
+                                    <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>
                                 </div>
                                 <div class="text-center small-12 medium-6 large-3 columns">
-                                    <a href="<?php echo get_permalink(217); ?>"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/dontate-with-text.png"></a>
+                                    <a href="<?php echo get_permalink(78); ?>"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/dontate-with-text.png"></a>
                                 </div>
                                 <div class="text-center small-12 medium-6 large-3 columns">
-                                    <a href="<?php echo get_permalink(218); ?>"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/newsletter-signup-with-text.png"></a>
+                                    <a href="<?php echo get_permalink(162); ?>"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/newsletter-signup-with-text.png"></a>
                                 </div>
                             </div>
                             <div id="footer_address">
index 5dd7296..16da916 100644 (file)
@@ -5,9 +5,9 @@
         </div>
         <div id="nav-search" class="medium-6 columns show-for-medium-up">
             <ul class="sec-navigation right">
-                <li><a href="<?php echo get_permalink(212); ?>">My Account</a></li>
-                <li><a href="<?php echo get_permalink(213); ?>">Contact</a></li>
-                <li><a href="<?php echo get_permalink(214); ?>">Hours</a></li>
+                <li><a href="https://charlevoix.bibliocommons.com/user/login">My Account</a></li>
+                <li><a href="<?php echo get_permalink(157); ?>">Contact</a></li>
+                <li><a href="<?php echo get_permalink(158); ?>">Hours</a></li>
             </ul>
             <?php if (is_page() && !is_front_page()) { ?>
                 <form role="search" method="get" class="searchform show-for-large-up" action="<?php echo home_url('/').'site-search/'; ?>">