Browse Source

register asset bundle instead

tags/2.0.0-alpha
Antonio Ramirez 11 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()
{
echo $this->renderItems();
$this->registerPlugin('dropdown');
$this->getView()->registerAssetBundle('yii/bootstrap');
}
/**

Loading…
Cancel
Save