projects
/
web
/
www.mackinacislandpackage.com.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9004320
)
Show 2019 coming soon message.
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 13 Nov 2018 21:44:11 +0000
(16:44 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 13 Nov 2018 21:44:11 +0000
(16:44 -0500)
Don't show the form until new rates and dates are in.
purchase.php
patch
|
blob
|
history
diff --git
a/purchase.php
b/purchase.php
index
7dcd558
..
c67ad37
100755
(executable)
--- a/
purchase.php
+++ b/
purchase.php
@@
-55,12
+55,10
@@
type="text/javascript"></script>
<div id="detail-images">
</div>
<?php
- echo $order_form->form;
- echo $order_form->form_scripts;
+
//
echo $order_form->form;
+
//
echo $order_form->form_scripts;
?>
-<!--
-<p style="font-weight:bold;">2018 Packages will be available soon!</p>
--->
+<p style="font-weight:bold;">2019 Packages will be available soon!</p>
<div class="clearer"></div>
</div>