diff options
Diffstat (limited to 'admin/modules.php')
-rw-r--r-- | admin/modules.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/modules.php b/admin/modules.php index 24ebac5d..846e7b2d 100644 --- a/admin/modules.php +++ b/admin/modules.php @@ -144,13 +144,13 @@ switch ($_REQUEST['action']) { break; case 'show_plugins': $plugins = Plugin::get_plugins(); - show_box_top(_('Plugins')); + show_box_top(_('Plugins'), 'box box_localplay_plugins'); require_once Config::get('prefix') . '/templates/show_plugins.inc.php'; show_box_bottom(); break; case 'show_localplay': $controllers = Localplay::get_controllers(); - show_box_top(_('Localplay Controllers')); + show_box_top(_('Localplay Controllers'), 'box box_localplay_controllers'); require_once Config::get('prefix') . '/templates/show_localplay_controllers.inc.php'; show_box_bottom(); break; |