_color_import_stylesheet

Versions
5
_color_import_stylesheet($matches)

Helper function for _color_rewrite_stylesheet.

Code

modules/color/color.module, line 368

<?php
function _color_import_stylesheet($matches) {
  return preg_replace('/url\(([\'"]?)(?![a-z]+:)/i', 'url(\1'. dirname($matches[1]) .'/', file_get_contents($matches[1]));
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.