mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Support mobile and responsive skins in integration search module
This commit is contained in:
parent
1d35511e04
commit
ea964e72ba
5 changed files with 51 additions and 26 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue