| drupal_get_js | drupal/includes/common.inc | Returns a themed presentation of all JavaScript code for the current page.
References to JavaScript files are placed in a certain order: first, all
'core' files, then all 'module' and finally all 'theme' JavaScript... |
| drupal_get_js | drupal/includes/common.inc | Returns a themed presentation of all JavaScript code for the current page.
References to JavaScript files are placed in a certain order: first, all
'core' files, then all 'module' and finally all 'theme' JavaScript... |
| module_invoke_all | drupal/includes/module.inc | Invoke a hook in all enabled modules that implement it. |
| module_invoke_all | drupal/includes/module.inc | Invoke a hook in all enabled modules that implement it. |
| theme_closure | drupal/includes/theme.inc | Execute hook_footer() which is run at the end of the page right before the
close of the body tag. |