So then, the CMSMS theme exporter will include within an exported XML theme file, all files referenced in the stylesheet. I recently released my BlandStyleeCMSMS theme using this "feature" to include CSS fixes for IE7 and IE6. Basically, in the stylesheet, I added the following at the end...
Code: Select all
/*CMSMS hack to include extra files with themes */
.fileIncludes
{
background-image: url(uploads/BlandStyleeCMSMS/style.ie6.css);
background-image: url(uploads/BlandStyleeCMSMS/style.ie7.css);
}Are there any objections to using this tactic to include files in a theme package?
Regards,
DavidM (http://webstylee.com)

