function imce_file_path_content in IMCE Tools 7
Same name and namespace in other branches
- 6 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');
drupal_add_js(drupal_get_path('module', 'imce_file_path') . '/imce_file_path.js');
}