mirror of
https://github.com/CyanoFresh/SmartHomePHP.git
synced 2026-02-28 15:14:03 +01:00
10 lines
160 B
PHP
10 lines
160 B
PHP
<?php
|
|
|
|
/** @var $this \yii\web\View */
|
|
/** @var $user \app\models\User */
|
|
|
|
use yii\helpers\Url;
|
|
|
|
$this->title = 'Редактировать профиль';
|
|
?>
|