drupal_get_css

Functions that call drupal_get_css()

Namesort iconLocationDescription
drupal_get_cssincludes/common.incReturns a themed representation of all stylesheets that should be attached to the page.
template_preprocess_maintenance_pageincludes/theme.maintenance.incThe 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_pageincludes/theme.incProcess variables for page.tpl.php
_color_page_altermodules/color/color.moduleCallback for the theme to alter the resources used.

Functions called by drupal_get_css()

Namesort iconLocationDescription
base_pathincludes/common.incReturns the base URL path of the Drupal installation. At the very least, this will always default to /.
drupal_add_cssincludes/common.incAdds a CSS file to the stylesheet queue.
drupal_build_css_cacheincludes/common.incAggregate and optimize CSS files, putting them in the files directory.
drupal_get_cssincludes/common.incReturns a themed representation of all stylesheets that should be attached to the page.
file_directory_pathincludes/file.incDetermine the default 'files' directory.
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

Drupal is a registered trademark of Dries Buytaert.