From: Steve Sutton Date: Sat, 21 May 2016 10:29:46 +0000 (-0400) Subject: Add new image for open at 1 X-Git-Tag: v1.5.25^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0d01ab1de59eafed6a512559b6c9551a695ddbac;p=WP-Themes%2Fmcgulpinpoint.git Add new image for open at 1 --- diff --git a/assets/time-ribbon_1-8.png b/assets/time-ribbon_1-8.png new file mode 100644 index 0000000..59793ca Binary files /dev/null and b/assets/time-ribbon_1-8.png differ diff --git a/parts/slide-show.php b/parts/slide-show.php index e678c0d..778f380 100644 --- a/parts/slide-show.php +++ b/parts/slide-show.php @@ -10,7 +10,6 @@
= $start9to8 && $today <= $end9to8 ) { +if (date('m/d/Y') == date('m/d/Y', $start9to8)) { + $ribbon = 'time-ribbon_1-8.png'; +} else if ( $today >= $start9to8 && $today <= $end9to8 ) { $ribbon = 'open-today.png'; } else if ( $today >= $start9to7 && $today <= $end9to7 ) { $ribbon = 'time-ribbon_9-7.png'; diff --git a/style.css b/style.css index 6ef4004..03f2d50 100644 --- 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.24 +Version: 1.5.25 */