Skip to content

Commit

Permalink
edited the CSS path
Browse files Browse the repository at this point in the history
  • Loading branch information
goldsky committed Dec 9, 2010
1 parent 63f218c commit ee71efb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
}

if ($attachHeaders) {
$spie['css'] = MODX_BASE_URL . $modx->getOption('css', $scriptProperties);
$spie['css'] = $modx->getOption('css', $scriptProperties);
if ($spie['css'] != 'disabled') {
$modx->regClientCSS($spie['css'], 'screen');
}
Expand Down

0 comments on commit ee71efb

Please sign in to comment.