You are here

function upload_element_init in Upload element 6

Implementation of hook_init().

File

./upload_element.module, line 80
A module that provides two new elements to the FAPI for file handling.

Code

function upload_element_init() {
  drupal_add_css(drupal_get_path('module', 'upload_element') . '/upload_element.css');
}