如何在yii框架导航栏中的徽标下方添加标记行?

时间:2017-11-15 05:35:58

标签: yii2

这是我的导航栏菜单代码,我只想在我的徽标下方放置标语,我是怎么做到的。

NavBar::begin([
'brandLabel' => Html::img('pt_logo3.png'),
'brandUrl' => Yii::$app->homeUrl,
'options' => [
'class' => 'navbar-inverse navbar-fixed-top',
],
]);

enter image description here 在这张图片中,我将标语(完整的市场情报解决方案。)放在徽标中,但我需要在徽标下方放置一个文字。

任何帮助都会有用。

0 个答案:

没有答案