fsfe-website/support/template-thankyou.sq.inc

10 lines
251 B
PHP
Raw Normal View History

<?php
// This is the HTML contents shown after user submitted the support form
echo '
<p>Ju faleminderit demonstroni përkrahjen tuaj për FSFE-!</p>
<p>Te e-mail-i juaj është dërguar një mesazh konfirmimi '. $_POST['email'] .'</p>
';
?>