Changeset 17

Show
Ignore:
Timestamp:
12/15/08 14:55:23 (2 years ago)
Author:
matthew
Message:

ongoing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • drupal/modules/i-utilities/trunk/illuminate.info

    r8 r17  
    11; $Id$ 
    2 name = Illuminate 
    3 description = Several illuminate ict specific things. Disable at your peril. 
    4 core = 5.x 
    5 package = Illuminate 
     2name = Illuminate utilities 
     3description = "Several illuminate ict specific utilities." 
     4core = 6.x 
     5package = Illuminate ICT 
  • drupal/modules/i-utilities/trunk/illuminate.module

    r10 r17  
    88    $path = drupal_get_path('module', 'illuminate'); 
    99    drupal_add_css($path . '/illuminate.css', 'module', 'all', FALSE); 
    10     drupal_add_js($path . '/illuminate.js', 'module', 'header', TRUE); 
    1110  } 
    1211}