fsfe-website/support/template-thankyou.sq.inc
2012-11-18 17:47:55 +00:00

10 lines
251 B
PHP

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