Hr change
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 7 Sep 2016 12:24:56 +0000 (08:24 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 7 Sep 2016 12:24:56 +0000 (08:24 -0400)
Starting sep 6 change of hours.

parts/slide-show.php
style.css

index 778f380..165c1c3 100644 (file)
@@ -11,9 +11,9 @@
 <?php
 $today     = time();
 $start9to8 = mktime( 0, 0, 0, 5, 21, date('Y'));
-$end9to8   = mktime( 0, 0, 0, 10, 3, date('Y'));
+$end9to8   = mktime( 0, 0, 0, 9, 5, date('Y'));
 
-$start9to7 = mktime( 0, 0, 0, 10, 4, date('Y'));
+$start9to7 = mktime( 0, 0, 0, 9, 6, date('Y'));
 $end9to7   = mktime( 0, 0, 0, 11, 1, date('Y'));
 // check the date
 // if time is between May 21st and Oct 3rd then hours should be 9am to 8pm
index 03f2d50..64d509c 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: McGulpinPoint
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for McGulpinPoint
-Version: 1.5.25
+Version: 1.5.26
 */