0150df3d
Alexey Boroda
-Thanks mail ready
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?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>
|