Browse Source

Merge pull request #100 from hobartwang/patch-1

correct the Example in the comment [skip ci]
tags/2.0.6
Alexander Makarov 9 years ago
parent
commit
7de7d5d63d
  1. 2
      NavBar.php

2
NavBar.php

@ -19,7 +19,7 @@ use yii\helpers\ArrayHelper;
*
* ```php
* use yii\bootstrap\NavBar;
* use yii\widgets\Menu;
* use yii\bootstrap\Nav;
*
* NavBar::begin(['brandLabel' => 'NavBar Test']);
* echo Nav::widget([

Loading…
Cancel
Save