blast_ui.theme.inc 264 B

12345678910111213
  1. <?php
  2. function blast_ui_preprocess_show_blast_report(&$vars) {
  3. $path = drupal_get_path('module', 'blast_ui');
  4. drupal_add_css($path . '/theme/blast_report.css');
  5. drupal_add_js('http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js');
  6. }
  7. ?>