Accordion - imagePath not being passed to dhtmlxWindow objec

Found a bug in the Accordion code:



…this.dhxWins.setImagePath(“…/…/…/dhtmlxWindows/codebase/imgs/”);…



Should be:



…this.dhxWins.setImagePath(this.imagePath);…



Thanks!

- Dave

Thanks for your remark
Issue was confirmed and fixed in main codebase, fix will be included in next build.