Commit e8d3a7ff by Antonio Ramirez

register asset bundle instead

parent 1e9cc35f
...@@ -88,7 +88,7 @@ class Nav extends Widget ...@@ -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');
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment