I updated the action items
authorIan Weller <ian@gaslightmedia.com>
Mon, 17 Jul 2017 12:52:53 +0000 (08:52 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 17 Jul 2017 12:52:53 +0000 (08:52 -0400)
I updated the link reference in the action items.

parts/action-items.php

index 1a0f2de..e450983 100644 (file)
@@ -1,9 +1,9 @@
                             <div class="row">
                                 <div class="small-12 columns">
                                     <ul id="actionlinks" class="small-block-grid-1 large-block-grid-3">
-                                        <li><a id="golf_packages" href="#">Golf Packages</a></li>
-                                        <li><a id="lodging_specials" href="#">Lodging Specials</a></li>
-                                        <li><a id="enews_signup" href="#">Summer Fun</a></li>
+                                        <li><a id="golf_packages" href="<?php echo get_permalink(5237); ?>">Golf Packages</a></li>
+                                        <li><a id="lodging_specials" href="<?php echo get_permalink(5233); ?>">Lodging Specials</a></li>
+                                        <li><a id="enews_signup" href="<?php echo get_permalink(5343); ?>">Summer Fun</a></li>
                                         
                                     </ul>
                                 </div>