2017-01-25 10:17:41 +01:00
|
|
|
<?php
|
|
|
|
header("Content-type: text/css");
|
|
|
|
|
|
|
|
function import_tag($filename) {
|
|
|
|
return "@import \"$filename?".filemtime($filename)."\";";
|
|
|
|
}
|
|
|
|
|
2017-11-29 16:55:12 +01:00
|
|
|
print import_tag("../css/default.css") . "\n";
|
2017-01-25 10:17:41 +01:00
|
|
|
?>
|
|
|
|
|