Is there any way to not load a skin when using this tag to load the SC framework:
Without specifying the skin, it tries to load Tahoe. I've tried setting it to empty skin="", but then it tries to load a skin with an empty in the url.
Code:
<sc:loadISC modulesDir="modules" includeModules="Charts,RealtimeMessaging"/>
Comment