Setup image
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 10 Jan 2017 16:24:04 +0000 (11:24 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 10 Jan 2017 16:24:04 +0000 (11:24 -0500)
Needed for on page load of footer webcam image.

footer.php
style.css

index ae842a5..e7ab5ff 100644 (file)
@@ -11,7 +11,9 @@
                                     <div class="small-11 small-centered medium-uncentered medium-4 columns item">
                                         <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=""></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();?>">
+                                            </a>
                                         </div>
                                     <script type="text/javascript">
                                         // Removed this by Request of Chuck on
index 8d60653..a1ca21d 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.36
+Version: 1.0.37
 */