$this->widget(
'bootstrap.widgets.TbNavbar',
[
'collapse' => true,
'brand' => CHtml::image(
Yii::app()->getTheme()->getAssetsUrl() . '/images/logo.png',
Yii::app()->name,
[
'width' => '38',
'height' => '38',
'title' => Yii::app()->name,
]
),