thanks_1.php
443 Bytes
<?php
/**
* @var View $this
* @var string $email
* @var string $phone
*/
use yii\web\View;
?>
<p>
Thank you for registering!
</p>
<p>
A letter of confirmation of participation in the "Ninth International Energy Forum for Sustainable Development" will be sent to your e-mail address as soon as possible.
</p>
<p>
If you have any questions, please call <?= $phone ?> or E:mail <?= $email ?>
</p>