2018-11-30 15:17:31 -07:00
< ? php
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License , v . 2.0 . If a copy of the MPL was not distributed with this
* file , You can obtain one at http :// mozilla . org / MPL / 2.0 /.
*/
?>
< div class = " container mt-4 " >
< div class = " card mb-4 bg-success text-white " >
< div class = " card-body " >
< div class = " text-center " >
< img class = " img-fluid mb-4 " style = " max-height: 100px; min-width: 100px; filter: invert(100%); " src = " static/hachelogo.svg " alt = " HACHE: Helena Area Christian Home Educators " />
2018-12-03 19:53:10 -07:00
2018-11-30 15:17:31 -07:00
< h1 > Thank You !</ h1 >
2018-12-03 19:53:10 -07:00
2018-11-30 16:54:02 -07:00
< img class = " img-fluid mb-4 mt-2 " style = " max-height: 150px; " src = " static/bigcheck.svg " alt = " Checkmark " />
2018-12-03 19:53:10 -07:00
2018-11-30 16:54:02 -07:00
< ? php
if ( isset ( $_SESSION [ 'familyid' ])) {
echo " <h2 class= \" h3 \" >Your membership has been renewed.</h2> " ;
} else {
echo " <h2 class= \" h3 \" >Your membership has been submitted and paid for. We'll be in touch soon!</h2> " ;
}
?>
2018-12-03 19:53:10 -07:00
2018-11-30 16:54:02 -07:00
< h3 class = " h5 mt-4 " > You may now close this page .</ h3 >
2018-11-30 15:17:31 -07:00
</ div >
</ div >
</ div >
2018-11-30 16:54:02 -07:00
</ div >
< ? php
$_SESSION [ 'familyid' ] = null ;
?>