* * For the full copyright and license information, please view * the LICENSE file that was distributed with this source code. */ use yii\helpers\Html; /* * @var \yii\web\View $this * @var \Da\User\Model\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) ?>