xtemplate error
| GHengeveld |
|
|---|---|
|
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. |