| 1 |
<?php |
<?php |
| 2 |
// $Id: theme.maintenance.inc,v 1.17 2008/09/19 07:53:59 dries Exp $ |
// $Id: theme.maintenance.inc,v 1.18 2008/09/20 20:22:23 webchick Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 66 |
drupal_add_css(drupal_get_path('module', 'system') . '/system.css', 'module'); |
drupal_add_css(drupal_get_path('module', 'system') . '/system.css', 'module'); |
| 67 |
drupal_add_css(drupal_get_path('module', 'system') . '/system-menus.css', 'module'); |
drupal_add_css(drupal_get_path('module', 'system') . '/system-menus.css', 'module'); |
| 68 |
drupal_add_css(drupal_get_path('module', 'system') . '/maintenance.css', 'module'); |
drupal_add_css(drupal_get_path('module', 'system') . '/maintenance.css', 'module'); |
| 69 |
|
drupal_add_css(drupal_get_path('module', 'system') . '/admin.css', 'module'); |
| 70 |
} |
} |
| 71 |
|
|
| 72 |
/** |
/** |