diff options
Diffstat (limited to 'templates/show_modules.inc.php')
-rw-r--r-- | templates/show_modules.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_modules.inc.php b/templates/show_modules.inc.php index 0fc80bfb..4530b75e 100644 --- a/templates/show_modules.inc.php +++ b/templates/show_modules.inc.php @@ -30,7 +30,7 @@ $localplay_modules = get_localplay_controllers(); $web_path = conf('web_path'); ?> -<span class="header1"><?php echo _('Modules'); ?></span> +<?php show_box_top(_('Modules')); ?> <table class="border" border="0" cellspacing="0"> <tr class="table-header"> <th><?php echo _('Module Name'); ?></th> @@ -57,3 +57,4 @@ foreach ($localplay_modules as $module) { </tr> <?php } ?> </table> +<?php show_box_bottom(); ?> |