imce_file_path.module 263 B

123456789
  1. <?php
  2. /**
  3. * registered callback for imce
  4. */
  5. function imce_file_path_content(&$imce) {
  6. drupal_add_css(drupal_get_path('module', 'imce_file_path') . '/imce_file_path.css');
  7. drupal_add_js(drupal_get_path('module', 'imce_file_path') . '/imce_file_path.js');
  8. }