* * For the full copyright and license information, please view the LICENSE.md * file that was distributed with this source code. */ use dektrium\user\widgets\Connect; use dektrium\user\models\LoginForm; use yii\helpers\Html; use yii\widgets\ActiveForm; /** * @var yii\web\View $this * @var dektrium\user\models\LoginForm $model * @var dektrium\user\Module $module */ $this->title = Yii::t('user', 'Sign in'); $this->params['breadcrumbs'][] = $this->title; $this->params['body-class']['class'] = 'login-page'; ?>