* * For the full copyright and license information, please view the LICENSE.md * file that was distributed with this source code. */ use yii\bootstrap\ActiveForm; use yii\bootstrap\Nav; use yii\helpers\Html; /** * @var yii\web\View $this * @var dektrium\user\models\User $user */ $this->title = '新建用户'; $this->params['breadcrumbs'][] = ['label' => '用户', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>