buy tickets before

This commit is contained in:
Chris Smith
2020-02-28 16:21:45 -06:00
parent d16e898de2
commit df603df390

View File

@@ -5,7 +5,7 @@ $now = new DateTime('now', new DateTimeZone('America/Chicago'));
$interval = $now->diff($aprilIncrease); $interval = $now->diff($aprilIncrease);
if ($interval->invert == 0) { ?> if ($interval->invert == 0) { ?>
<div class="alert alert-warning" role="alert"> <div class="alert alert-warning" role="alert">
Pricing increases on April 1st! Buy tickets now! <strong>Buy your tickets now!</strong> Pricing increases on April 1st!
</div> </div>
<?php <?php
} }