From a0827cf6c8c3a5dae6c2a2cdfbafcaafc309639b Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Sat, 20 May 2017 11:56:24 -0400 Subject: [PATCH] Remove the time ribbon from the site. Requested by client. --- parts/slide-show.php | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/parts/slide-show.php b/parts/slide-show.php index a2d6075..438e5ab 100644 --- a/parts/slide-show.php +++ b/parts/slide-show.php @@ -8,28 +8,6 @@ ?>
-= $start9to8 && $today <= $end9to8 ) { - $ribbon = 'open-today.png'; -} else if ( $today >= $start9to7 && $today <= $end9to7 ) { - $ribbon = 'time-ribbon_9-7.png'; -} else { - $ribbon = 'time-ribbon_closed.png'; -} -?> -
-- 2.17.1