imce_file_path.module in IMCE Tools 6
Same filename and directory in other branches
File
imce_file_path/imce_file_path.moduleView source
<?php
/**
* registered callback for imce
*/
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');
}
Functions
Name![]() |
Description |
---|---|
imce_file_path_content | registered callback for imce |