Index: branches/5.0.x/core/units/stylesheets/stylesheets_item.php =================================================================== diff -u -r12117 -r12202 --- branches/5.0.x/core/units/stylesheets/stylesheets_item.php (.../stylesheets_item.php) (revision 12117) +++ branches/5.0.x/core/units/stylesheets/stylesheets_item.php (.../stylesheets_item.php) (revision 12202) @@ -1,6 +1,6 @@ GetDBField('AdvancedCSS'); $compile_ts = adodb_mktime(); - $css_path = (defined('WRITEABLE') ? WRITEABLE : FULL_PATH . '/kernel') . '/stylesheets/'; + $css_path = WRITEABLE . '/stylesheets/'; $css_file = $css_path.mb_strtolower($this->GetDBField('Name')).'-'.$compile_ts.'.css';