Commit 351704e3 by niskac

Renamed Bootstrap::registerBootstrap to registerCoreCss.

parent f5498c0e
......@@ -24,7 +24,7 @@ class Bootstrap extends CApplicationComponent
/**
* Registers the Bootstrap CSS.
*/
public function registerBootstrap()
public function registerCoreCss()
{
Yii::app()->clientScript->registerCssFile($this->getAssetsUrl().'/css/bootstrap.min.css');
}
......
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