diff options
Diffstat (limited to 'views/default/core/settings/tools.php')
| -rw-r--r-- | views/default/core/settings/tools.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/views/default/core/settings/tools.php b/views/default/core/settings/tools.php index 87c98902f..195db1d61 100644 --- a/views/default/core/settings/tools.php +++ b/views/default/core/settings/tools.php @@ -11,12 +11,9 @@ // Description of what's going on echo elgg_view('output/longtext', array( 'value' => elgg_echo("usersettings:plugins:description"), - 'class' => 'user-settings mtm', + 'class' => 'user-settings mtn mbm', )); -$limit = get_input('limit', 10); -$offset = get_input('offset', 0); - // Get the installed plugins $installed_plugins = $vars['installed_plugins']; $count = count($installed_plugins); |
