* * For the full copyright and license information, please view the LICENSE.md * file that was distributed with this source code. */ use yii\helpers\Html; /** * @var \yii\web\View $this * @var \dektrium\user\models\Profile $profile */ $this->title = empty($profile->name) ? Html::encode($profile->user->username) : Html::encode($profile->name); $this->params['breadcrumbs'][] = $this->title; ?>
= Html::encode($profile->bio) ?>