You are here

imce_file_path.module in IMCE Tools 7

Same filename and directory in other branches
  1. 6 imce_file_path/imce_file_path.module

File

imce_file_path/imce_file_path.module
View 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');
  drupal_add_js(drupal_get_path('module', 'imce_file_path') . '/imce_file_path.js');
}

Functions

Namesort descending Description
imce_file_path_content registered callback for imce