Revision 27e02aed
Added by Assos Assos over 4 years ago
drupal7/modules/system/system.module | ||
---|---|---|
323 | 323 |
'#group_callback' => 'drupal_group_css', |
324 | 324 |
'#aggregate_callback' => 'drupal_aggregate_css', |
325 | 325 |
); |
326 |
$types['scripts'] = array( |
|
327 |
'#items' => array(), |
|
328 |
'#pre_render' => array('drupal_pre_render_scripts'), |
|
329 |
); |
|
326 | 330 |
|
327 | 331 |
// Input elements. |
328 | 332 |
$types['submit'] = array( |
Also available in: Unified diff
-a