I think line 7 of template.php (it is calling /css/defaults_ie.css in header no path to theme)

drupal_add_css(drupal_get_path('theme', 'WORKING_COPY') . '/css/defaults_ie.css', array('weight' => CSS_THEME, 'browsers' => array('IE' => 'lt IE 9', '!IE' => FALSE), 'preprocess' => FALSE));

should be

drupal_add_css(drupal_get_path('theme', 'layoutstudio') . '/css/defaults_ie.css', array('weight' => CSS_THEME, 'browsers' => array('IE' => 'lt IE 9', '!IE' => FALSE), 'preprocess' => FALSE));

Comments

circuscowboy’s picture

Title: defaults_ie.css call seems to be incorrect incorrect » defaults_ie.css call seems to be incorrect
rjay’s picture

Status: Active » Closed (won't fix)

This has already been removed from the theme by rhache and will be included in the next release.