For image in footer
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 10 Jan 2017 16:25:37 +0000 (11:25 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 10 Jan 2017 16:25:37 +0000 (11:25 -0500)
webcam image time variable

footer.php
style.css

index e7ab5ff..6acc6ea 100644 (file)
@@ -12,7 +12,7 @@
                                         <div id="webcam" class="block">
                                             <a href="<?php echo esc_url( get_permalink( 2743 ) ) ?>"><h5>Webcams</h5></a>
                                             <a href="<?php echo esc_url( get_permalink( 2743 ) ) ?>">
-                                            <img id="fcam1" height="187" width="200" src="http://www.otsegocountymi.gov/images/resizedOtsegoCoNECam.jpg?i=<?php time();?>">
+                                            <img id="fcam1" height="187" width="200" src="http://www.otsegocountymi.gov/images/resizedOtsegoCoNECam.jpg?i=<?php echo time();?>">
                                             </a>
                                         </div>
                                     <script type="text/javascript">
index a1ca21d..f4135e2 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: OtsegoCounty
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for OtsegoCounty
-Version: 1.0.37
+Version: 1.0.3!
 */