Подключение скриптов и стилей в модуле

$path = drupal_get_path('module', 'j_catalog');
drupal_add_js($path . 'scripts/j.js', 'file');
drupal_add_css($path . 'css/j.css', 'file');