Active
Project:
Studio theme pack
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2009 at 21:44 UTC
Updated:
14 Nov 2009 at 21:44 UTC
To get subthemes to inherit, I had to change
$top_styles[$name] = $info->info['top stylesheets'];
and
$ie_styles[$name] = $info->info['ie stylesheets'];
to
$top_styles[$info->name] = $info->info['top stylesheets'];
and
$ie_styles[$info->name] = $info->info['ie stylesheets'];