summaryrefslogtreecommitdiffstats
path: root/templates/show_localplay_add_instance.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_localplay_add_instance.inc.php')
-rw-r--r--templates/show_localplay_add_instance.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_localplay_add_instance.inc.php b/templates/show_localplay_add_instance.inc.php
index d368986d..0863ddb5 100644
--- a/templates/show_localplay_add_instance.inc.php
+++ b/templates/show_localplay_add_instance.inc.php
@@ -27,7 +27,7 @@
*/
?>
-<?php show_box_top(_('Add Localplay Instance')); ?>
+<?php show_box_top(_('Add Localplay Instance'), 'box box_localplay_add_instance'); ?>
<form method="post" action="<?php echo Config::get('web_path'); ?>/localplay.php?action=add_instance">
<table cellpadding="3" cellspacing="0" class="tabledata">
<?php foreach ($fields as $key=>$field) { ?>