You are here

function uc_file_init in Ubercart 6.2

Implements hook_init().

File

uc_file/uc_file.module, line 97

Code

function uc_file_init() {
  drupal_add_js(drupal_get_path('module', 'uc_file') . '/uc_file.js');
  drupal_add_css(drupal_get_path('module', 'uc_file') . '/uc_file.css');
}