drupal_get_css
Functions that call drupal_get_css()
| Name | Location | Description |
|---|---|---|
| drupal_get_css | includes/common.inc | Returns a themed representation of all stylesheets that should be attached to the page. |
| template_preprocess_maintenance_page | includes/theme.maintenance.inc | The variables generated here is a mirror of template_preprocess_page(). This preprocessor will run it's course when theme_maintenance_page() is invoked. It is also used in theme_install_page() and theme_update_page() to keep all the variables... |
| template_preprocess_page | includes/theme.inc | Process variables for page.tpl.php |
| _color_page_alter | modules/color/color.module | Callback for the theme to alter the resources used. |
Functions called by drupal_get_css()
| Name | Location | Description |
|---|---|---|
| base_path | includes/common.inc | Returns the base URL path of the Drupal installation. At the very least, this will always default to /. |
| drupal_add_css | includes/common.inc | Adds a CSS file to the stylesheet queue. |
| drupal_build_css_cache | includes/common.inc | Aggregate and optimize CSS files, putting them in the files directory. |
| drupal_get_css | includes/common.inc | Returns a themed representation of all stylesheets that should be attached to the page. |
| file_directory_path | includes/file.inc | Determine the default 'files' directory. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
