* * For the full copyright and license information, please view the LICENSE.md * file that was distributed with this source code. */ use yii\helpers\Html; use dektrium\user\helpers\Timezone; use yii\widgets\ActiveForm; use yii\helpers\ArrayHelper; /** * @var yii\web\View $this * @var yii\widgets\ActiveForm $form * @var dektrium\user\models\Profile $model */ $this->title = Yii::t('user', 'Profile settings'); $this->params['breadcrumbs'][] = $this->title; ?> = $this->render('/_alert', ['module' => Yii::$app->getModule('user')]) ?>