Added echo to footer permalinks.
authorLaury GvR <laury@gaslightmedia.com>
Thu, 21 May 2015 17:53:56 +0000 (13:53 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 21 May 2015 17:53:56 +0000 (13:53 -0400)
footer.php

index fe39c6a..d90e2f3 100644 (file)
@@ -26,7 +26,7 @@
               <div data-mh="footer-blocks" class="bg orange">
                 <div>REQUEST</div>
                 <h4>Visitors Guide</h4>
-                <div><a href="<?php esc_url(get_permalink(get_page_by_title("Request Visitors Guide"))); ?>">order</a>|<a href="http://www.publishingbyavanti.com/Flipbooks/2014MunisingVG/">view</a></div>
+                <div><a href="<?php echo esc_url(get_permalink(get_page_by_title("Request Visitors Guide"))); ?>">order</a>|<a href="http://www.publishingbyavanti.com/Flipbooks/2014MunisingVG/">view</a></div>
               </div>
             </div>
           </div>
@@ -54,7 +54,7 @@
                   </div>
                   <a href="http://openweathermap.org/city/5003065" target="_blank" id="activate-weather">Local Weather</a>
                 </li>
-                <li><a href="<?php esc_url(get_permalink(get_page_by_title("Media"))); ?>">Media</a></li>
+                <li><a href="<?php echo esc_url(get_permalink(get_page_by_title("Media"))); ?>">Media</a></li>
 <!--                <li><a href="">Members Only</a></li>-->
                 </ul>
               </div>