014 - Drupal Custom CSS & JavaScript
Anonymous (not verified) - Fri, 12/05/2008 - 15:28
We can append a custom CSS and JavaScript to your own module. We instruct the theme system to include the module's CSS and JavaScript files along with the other stylesheets and JavaScript libraries Durpal will list in the HTML it sends to the clients.
Example:
$module_path = drupal_get_path('module', 'sample_module');
|
drupal:
- Log in to post comments