Browse Source

register asset bundle instead

tags/2.0.0-beta
Antonio Ramirez 12 years ago
parent
commit
e8d3a7ff92
  1. 2
      framework/yii/bootstrap/Nav.php

2
framework/yii/bootstrap/Nav.php

@ -88,7 +88,7 @@ class Nav extends Widget
public function run() public function run()
{ {
echo $this->renderItems(); echo $this->renderItems();
$this->registerPlugin('dropdown'); $this->getView()->registerAssetBundle('yii/bootstrap');
} }
/** /**

Loading…
Cancel
Save