function elfinder_add_css in elFinder file manager 6
Same name and namespace in other branches
- 6.2 elfinder.module \elfinder_add_css()
 - 7.3 elfinder.module \elfinder_add_css()
 - 7 elfinder.module \elfinder_add_css()
 - 7.2 elfinder.module \elfinder_add_css()
 
Add css
1 call to elfinder_add_css()
- elfinder_file_browser in ./
elfinder.module  - File browser render
 
File
- ./
elfinder.module, line 748  
Code
function elfinder_add_css($path, $options) {
  return drupal_add_css($path, 'module', $options['media'], FALSE);
}