baseUrl . '/logo.png'), ['default/index'], [
'class' => ['navbar-brand']
]); ?>
['class' => ['navbar-nav', 'ml-auto']],
'activateItems' => true,
'itemOptions' => [
'class' => ['nav-item']
],
'linkTemplate' => '
{label}',
'items' => [
['label' => 'Home', 'url' => ['default/index']],
['label' => 'Help', 'url' => 'https://www.yiiframework.com/doc-2.0/ext-gii-index.html'],
['label' => 'Application', 'url' => Yii::$app->homeUrl],
]
]);
?>