= Html::img($asset->baseUrl . '/img/logo.png', [
'alt' => 'UaMap',
'style' => 'max-width:100%;'
]) ?>
= Html::a(Html::tag('div', Yii::t('front', 'about')) . Yii::t('front', 'Project'), false, [
'class' => 'ubout-us open-popup',
'data' => [
'id' => 'aboutprojectPopup'
]
]) ?>
= Html::a('', $params->getByName('socials_facebook'), [
'class' => 'social-btn facebook'
])
. Html::a('', $params->getByName('socials_twitter'), [
'class' => 'social-btn twitter'
])
?>
= LangSwitch::widget() ?>
= (Yii::$app->getUser()->isGuest)
? Html::tag('button', Yii::t('front', 'Authorization'), [
'class' => 'open-popup authorization-btn',
'data' => [
'id' => 'authorizationPopup'
]])
: Html::a(Yii::t('front', 'Logout'), User::getUrlLogout(),
['class' => 'authorization-btn']) ?>