the path to content.css is wrong, it should be like this

// Add CCK's CSS file to properly display the fields
if (module_exists('content')) {
$css_files[] = base_path() . drupal_get_path('module', 'content') .'/theme/content.css';
}

geert

Comments

jcnventura’s picture

Status: Active » Fixed

Hello,

Thanks for reporting it..
When I added it to 6.x there was still no D6 version of CCK, so I just assumed that it would be located in the same location as it is in the D5 version. Guess I was wrong..

João

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.