open gaslight into new window
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 16 Mar 2015 18:19:07 +0000 (14:19 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 16 Mar 2015 18:19:07 +0000 (14:19 -0400)
and replace the date year with php code

footer.php

index 0ca1fb0..c9aacb2 100644 (file)
                 </div><!--End of shadow-->
                 <div class="row">
                     <div id="copyright" class="small-12 columns text-center">
-                        <p>&copy; 2015 Emmet County, Michigan &#8226; All Rights Reserved. Produced by <a href="http://www.gaslightmedia.com">Gaslight Media</a></p>
+                    <p>&copy; <?php echo date('Y');?> Emmet County, Michigan &#8226; All Rights Reserved. Produced by <a target="_blank" href="http://www.gaslightmedia.com">Gaslight Media</a></p>
                     </div>
                 </div>
             </div>
         <a class="exit-off-canvas"></a>
         </div><!--End of inner-wrap-->
-      </div><!--End of off-canvas-->     
-            
+      </div><!--End of off-canvas-->
+
   </body>
   <?php wp_footer();?>
 </html>