You are here

function imce_file_path_content in IMCE Tools 6

Same name and namespace in other branches
  1. 7 imce_file_path/imce_file_path.module \imce_file_path_content()

registered callback for imce

File

imce_file_path/imce_file_path.module, line 6

Code

function imce_file_path_content(&$imce) {
  drupal_add_css(drupal_get_path('module', 'imce_file_path') . '/imce_file_path.css', 'module');
  drupal_add_js(drupal_get_path('module', 'imce_file_path') . '/imce_file_path.js', 'module');
}