Elgg
Version master
|
Go to the source code of this file.
Variables | |
$list_only = (bool) elgg_extract('list_only', $vars, false) | |
$active_filter = elgg_strtolower(get_input('filter', 'all')) | |
$installed_plugins = elgg_get_plugins('any') | |
$plugins_list | |
if ($list_only) | |
$active_filter = elgg_strtolower(get_input('filter', 'all')) |
Definition at line 13 of file plugins.php.
$installed_plugins = elgg_get_plugins('any') |
Definition at line 18 of file plugins.php.
$list_only = (bool) elgg_extract('list_only', $vars, false) |
Definition at line 12 of file plugins.php.
$plugins_list |
Definition at line 23 of file plugins.php.
if($list_only) |
Definition at line 35 of file plugins.php.