Update the footer
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 10 Nov 2015 17:19:29 +0000 (12:19 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 10 Nov 2015 17:19:29 +0000 (12:19 -0500)
add ems and update link for government

footer.php

index 9eb90a9..3fb708b 100644 (file)
@@ -5,11 +5,12 @@
                                 </div>
                                 <div id="sitelist" class="small-12 columns text-center">
                                     <ul>
-                                        <li><a id="current" target="_blank" href="http://e">Government <br>& Business</a></li>
+                                    <li><a id="current" target="_blank" href="<?php bloginfo('url');?>">Government <br>& Business</a></li>
                                         <li><a target="_blank" href="http://www.midarkskypark.org/">Headlands <br> Dark Sky Park</a></li>
                                         <li><a target="_blank" href="http://www.emmetrecycling.org/">Recycling <br>& Refuse</a></li>
                                         <li><a target="_blank" href="http://www.emmetchxfair.org/">Emmet/Charlevoix <br>County Fair</a></li>
                                         <li><a target="_blank" href="http://www.pellstonairport.com/">Pellston <br>Airport</a></li>
+                                        <li><a target="_blank" href="http://www.emmetcountyems.org/">Emmet<br>County EMS</a></li>
 <!--                                        <li><a target="_blank" href="#">Essence <br>of Emmet</a></li>-->
                                         <li><a target="_blank" href="http://www.mcgulpinpoint.org/">McGulpin <br>Lighthouse</a></li>
 <!--                                        <li><a target="_blank" href="#">Camp <br>Petosega</a></li>-->
@@ -36,7 +37,7 @@
   <?php wp_footer();?>
     <script>
     $(document).foundation({   equalizer : { equalize_on_stack: true   } });
-    
+
          $(function(){
             var animspeed = 900; // animation speed in milliseconds
             var $blockquote = $('#extra');
@@ -84,7 +85,7 @@
                 $(this).addClass('hide');
             });
         });
-   
+
     $(function(){
         var toggleSitelist = true;
         $('#emmet').on('click',function(e) {
 //            $('#sitelist').animate({ height: "0px" }, {queue: false});
 //        });
     });
-    
+
     </script>
    </body>
 </html>