guild/common/mail/signup-text.php

11 lines
179 B
PHP
Raw Normal View History

2023-10-18 10:48:38 +03:00
<?php
/* @var $this yii\web\View */
/* @var $user common\models\User */
?>
2024-02-05 23:58:48 +03:00
Здравствуйте, <?= $user->username ?>,
2023-10-18 10:48:38 +03:00
2024-02-05 23:58:48 +03:00
Благодорим за регистрацию.
2023-10-18 10:48:38 +03:00