correcting echo syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 2 Aug 2016 20:05:25 +0000 (16:05 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 2 Aug 2016 20:05:25 +0000 (16:05 -0400)
footer.php

index 80bfe7e..53cebc6 100644 (file)
@@ -9,12 +9,12 @@
                                 <div class="small-12 medium-6 large-3 columns subscribe text-center">
                                     <h5>Mailing List</h5>
                                     <p>Subscribe to recieve deal alerts.</p>
-                                    <a id="subscribe-button" href="<?php get_permalink(64); ?>">Subscribe</a>
+                                    <a id="subscribe-button" href="<?php echo get_permalink(64); ?>">Subscribe</a>
                                 </div>
                                 <div class="small-12 medium-6 large-3 columns advertise text-center">
                                     <h5>Advertise With Us</h5>
                                     <p>Text explaining why</p>
-                                    <a id="advertise-button" href="<?php get_permalink(61); ?>">Advertise</a>
+                                    <a id="advertise-button" href="<?php echo get_permalink(61); ?>">Advertise</a>
                                 </div>
                                 <div id="area-info" class="small-12 medium-6 large-3 columns text-center">
                                     <h5>Area Info</h5>