2015-09-09, 07:36:36
well not sure why you put it there, you shouldn't modify core files.
But
glob($folder.$filetype);
$folder is not a folder its a url, you asked for url...
You are probably looking for
I would put my project files in uploads though not themes unless they are assets.
But
glob($folder.$filetype);
$folder is not a folder its a url, you asked for url...
You are probably looking for
PHP Code:
GLOBAL $TEMPLATE;
$folder = GSTHEMESPATH .$TEMPLATE;