drupal_add_js function

Categories:

$module_path = drupal_get_path('module', 'custom');
drupal_add_js($module_path.'/javascript.js', 'theme');

add to template.php