Go to the source code of this file.
◆ $buttons
$buttons = "<div class=\"clearfix mbm\">" |
◆ $categories
◆ $category_form
if (!array_key_exists( $show_category, $categories)) $category_form |
Initial value:
'action' => 'admin/plugins',
'method' => 'get',
'disable_security' => true,
), array(
))
elgg_view_form($action, $form_vars=array(), $body_vars=array())
Definition at line 128 of file plugins.php.
◆ $common_categories
Initial value:= array(
'all' =>
elgg_echo(
'admin:plugins:category:all'),
'active' =>
elgg_echo(
'admin:plugins:category:active'),
'inactive' =>
elgg_echo(
'admin:plugins:category:inactive'),
'bundled' =>
elgg_echo(
'admin:plugins:category:bundled'),
'nonbundled' =>
elgg_echo(
'admin:plugins:category:nonbundled'),
)
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition at line 114 of file plugins.php.
◆ $guids
foreach ( $installed_plugins as $id=> $plugin) $guids = array() |
◆ $installed_plugins
◆ $show_category
$show_category = get_input('category', 'all') |
◆ $sort
◆ $sort_form
if (!array_key_exists( $sort, $sort_options)) $sort_form |
Initial value:
'action' => 'admin/plugins',
'method' => 'get',
'disable_security' => true,
), array(
))
Definition at line 149 of file plugins.php.
◆ $sort_options
◆ if
if($show_category=='all' && $sort=='priority') |
( |
|
$show_category = = 'all' && $sort == 'priority' | ) |
|