1 drupal.inc | drupal_get_css($css = NULL, $skip_alter = FALSE) |
Returns a themed representation of all stylesheets to attach to the page.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 829 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_get_css($css = NULL, $skip_alter = FALSE) {
return backdrop_get_css($css, $skip_alter);
}