mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11150] Add ACP gallery
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
c49cd29e96
commit
adb8d30d98
@@ -66,7 +66,8 @@ class list_available extends \phpbb\console\command\command
|
||||
|
||||
foreach ($this->manager->get_available_packages() as $package)
|
||||
{
|
||||
$extensions[] = '<info>' . $package['name'] . '</info> <comment>' . $package['url'] . "</comment>\n" . $package['description'];
|
||||
$extensions[] = '<info>' . $package['name'] . '</info> (<comment>' . $package['version'] . '</comment>) ' . $package['url'] .
|
||||
($package['description'] ? "\n" . $package['description'] : '');
|
||||
}
|
||||
|
||||
$io->listing($extensions);
|
||||
|
Reference in New Issue
Block a user