foreach ($component as $ui)
{
$ui_path = Media::getJqueryUIPath($ui, $theme, $check_dependencies);
- $this->addCSS($ui_path['css'], null, false);
+ $this->addCSS($ui_path['css'], 'all', false);
$this->addJS($ui_path['js'], false);
}
}
classes/controller/Controller.php
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.