Quote:
Originally Posted by mysql101
for some reason the styles don't work right.
I had to add this to the output for them to appear:
echo str_replace ("\"", "", $style);
Otherwise the output would look:
@import url(../"clientscript/vbulletin_css/style-b2d267a2-00005.css");
instead of:
@import url(../clientscript/vbulletin_css/style-b2d267a2-00005.css);
|
I have the same issue, exactly where did you add echo str_replace ("\"", "", $style); ?
Thanks