Support mobile and responsive skins in integration search module

This commit is contained in:
Kijin Sung 2018-10-10 19:34:09 +09:00
parent 1d35511e04
commit ea964e72ba
5 changed files with 51 additions and 26 deletions

View file

@ -1071,9 +1071,10 @@ class moduleModel extends module
$path = substr($path, 0, -1);
}
$skin_list = array();
$skin_path = sprintf("%s/%s/", $path, $dir);
$list = FileHandler::readDir($skin_path);
if(!count($list)) return;
//if(!count($list)) return;
natcasesort($list);