Elgg
Version 1.11
|
Go to the source code of this file.
Namespaces | |
Elgg\Core | |
Activate a plugin or plugins. | |
Variables | |
$installed_plugins = elgg_get_plugins('any') | |
$show_category = get_input('category', 'all') | |
$sort = get_input('sort', 'priority') | |
$categories = array() | |
foreach($installed_plugins as $id=> $plugin) | $guids = array() |
$common_categories | |
if(!array_key_exists($show_category, $categories)) | $category_form |
$sort_options | |
if(!array_key_exists($sort, $sort_options)) | $sort_form |
$buttons = "<div class=\"clearfix mbm\">" | |
if ($show_category== 'all'&&$sort== 'priority') | |
$buttons = "<div class=\"clearfix mbm\">" |
Definition at line 159 of file plugins.php.
$categories = array() |
Definition at line 24 of file plugins.php.
if (!array_key_exists($show_category, $categories)) $category_form |
Definition at line 128 of file plugins.php.
$common_categories |
Definition at line 114 of file plugins.php.
Definition at line 75 of file plugins.php.
$installed_plugins = elgg_get_plugins('any') |
Definition at line 17 of file plugins.php.
$show_category = get_input('category', 'all') |
Definition at line 18 of file plugins.php.
$sort = get_input('sort', 'priority') |
Definition at line 19 of file plugins.php.
if (!array_key_exists($sort, $sort_options)) $sort_form |
Definition at line 149 of file plugins.php.
$sort_options |
Definition at line 139 of file plugins.php.
if($show_category== 'all'&&$sort== 'priority') |
Definition at line 193 of file plugins.php.