Files
SmartHomePHP/views/profile/edit.php
2017-03-28 01:57:45 +03:00

10 lines
160 B
PHP

<?php
/** @var $this \yii\web\View */
/** @var $user \app\models\User */
use yii\helpers\Url;
$this->title = 'Редактировать профиль';
?>