Updating starting date
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 24 Apr 2017 12:17:06 +0000 (08:17 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 24 Apr 2017 12:17:06 +0000 (08:17 -0400)
2017 will start on May 20th.

parts/slide-show.php
style.css

index 165c1c3..a2d6075 100644 (file)
@@ -10,7 +10,7 @@
     <div style="text-align: center">
 <?php
 $today     = time();
-$start9to8 = mktime( 0, 0, 0, 5, 21, date('Y'));
+$start9to8 = mktime( 0, 0, 0, 5, 20, date('Y'));
 $end9to8   = mktime( 0, 0, 0, 9, 5, date('Y'));
 
 $start9to7 = mktime( 0, 0, 0, 9, 6, date('Y'));
index 64d509c..2bab74d 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.26
+Version: 1.5.27
 */