update notification
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user