/ Published in: PHP
Expand |
Embed | Plain Text
function compressCss($css) { return $css; }
You need to login to post a comment.
kendsnyder on 01/18/11
1 person have marked this snippet as a favorite
function compressCss($css) { return $css; }
You need to login to post a comment.