1. 1. drupal_add_css(), drupal_add_js()
2. including in .info file
3. [‘#attached’]
4. drupal_add_library()
5. hook_css_alter(&$css), hook_js_alter(&$js)
6. drupal_add_html_head()
7. Including as html in .tpl.php or printing it
Trying to Learn new things on drupal.
Comments
Post a Comment