You are here

function elfinder_add_css in elFinder file manager 7.3

Same name and namespace in other branches
  1. 6.2 elfinder.module \elfinder_add_css()
  2. 6 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 962

Code

function elfinder_add_css($path, $options = array()) {
  return drupal_add_css($path, $options);
}