include/plugins folder. Once in the plugin is in the plugins/ folder, it will be shown in the list below.' ); ?>

plugins->allInstalled(); foreach ($ost->plugins->allInfos() as $info) { // Ignore installed plugins if (isset($installed[$info['install_path']])) continue; $isCompatible = isset($info['ost_version']) ? PluginManager::isCompatible($info['ost_version']) : true; ?>

:
: %s ', $isCompatible ? 'green' : 'red', $info['ost_version']); ?>
: