Add icons in board list to help identify boards with special features #2623

This commit is contained in:
Kijin Sung 2025-12-17 11:50:54 +09:00
parent 0c8aa306ec
commit 14ad25abd2
4 changed files with 15 additions and 0 deletions

View file

@ -89,6 +89,7 @@ class BoardAdminView extends Board {
$output = executeQueryArray('board.getBoardList', $args);
ModuleModel::syncModuleToSite($output->data);
ModuleModel::addModuleExtraVars($output->data);
// get the skins path
$oModuleModel = getModel('module');