update notification

This commit is contained in:
Chris Smith
2019-03-14 22:28:48 -05:00
parent fbeece6e75
commit 0f3f598a2c

View File

@@ -6,9 +6,10 @@
<?php <?php
if (isset($_GET['d'])) { if (isset($_GET['d'])) {
$date = new DateTime($_GET['d']); $date = new DateTime($_GET['d']);
echo '<h5>Tickets go on sale ' . $date->format('F jS, Y \a\t h:ia') . '</h5>'; echo '<h5>VIP tickets go on sale ' . $date->format('F jS, Y \a\t h:ia') . '</h5>';
} }
?> ?>
<h5>Early bird tickets will go on sale April 1st, 2019 at 8:00am</h5>
<!-- Begin Mailchimp Signup Form --> <!-- Begin Mailchimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css"> <link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css"> <style type="text/css">