You are here

function elfinder_add_css in elFinder file manager 6

Same name and namespace in other branches
  1. 6.2 elfinder.module \elfinder_add_css()
  2. 7.3 elfinder.module \elfinder_add_css()
  3. 7 elfinder.module \elfinder_add_css()
  4. 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);
}