Forums / Cotonti / Extensions / Support / Slideshow no longer works since 0.6.6

xtemplate error

GHengeveld
#24511 2010-05-09 21:19
Try this:
$mskin = sed_skinfile(array('slideshow', $cat), true);
-or-
$mskin = sed_skinfile("slideshow.$cat", true);

2nd one may be slightly faster since it doesn't use an array, but I'm not sure it will work (because I dont know the value of $cat). The true condition is required for Cotonti to know it has to look in the plugins folder.