Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # get array of stylesheets
  2. $css = drupal_add_css();
  3. unset($css['all']['module']['modules/system/system.css']);
  4. unset($css['all']['module']['modules/system/defaults.css']);
  5. unset($css['print']['theme']['themes/mytheme/print.css']);
  6.  
  7. stylesheets-conditional[lte IE 7][all][] = _css/ie7.css
  8.  
  9. @import url("ie7.css");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement