Joe,
I see the Superfish folder but only one file in the corresponding folder in the skin package is loaded into it. i modified the manifest's skinfiles node as follows:
<skinFiles>
<skinName>SOPPlan</skinName>
<basePath>Portals\_default\Skins\SOPPlan</basePath>
<skinFile>
<path>Superfish</path>
<name>arrows-ffffff.png</name>
<name>hoverIntent.js</name>
<name>jquery.bgiframe.min.js</name>
<name>menudef.xml</name>
<name>shadow.png</name>
<name>superfish.css</name>
<name>superfish.js</name>
<name>Superfish.xslt</name>
<name>superfish-navbar.css</name>
<name>superfish-vertical.css</name>
<name>supersubs.js</name>
</skinFile>
<skinFile>
<name>home.ascx</name>
</skinFile>
<skinFile>
<name>home.doctype.xml</name>
</skinFile>
<skinFile>
<name>inner.ascx</name>
</skinFile>
<skinFile>
<name>inner.doctype.xml</name>
</skinFile>
<skinFile>
<name>skin.css</name>
</skinFile>
</skinFiles>
How do I modify the above portion of my manifest to ensure that the Superfish folder contents are all included when parsed?
Thanks,
Sid