summaryrefslogtreecommitdiffstats
path: root/templates/show_localplay_instances.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_localplay_instances.inc.php')
-rw-r--r--templates/show_localplay_instances.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_localplay_instances.inc.php b/templates/show_localplay_instances.inc.php
index 59db9d5c..094a581f 100644
--- a/templates/show_localplay_instances.inc.php
+++ b/templates/show_localplay_instances.inc.php
@@ -20,7 +20,7 @@
*
*/
?>
-<?php show_box_top(T_('Show Localplay Instances'), 'box box_localplay_instances'); ?>
+<?php UI::show_box_top(T_('Show Localplay Instances'), 'box box_localplay_instances'); ?>
<table cellpadding="3" cellspacing="0" class="tabledata">
<tr>
<?php foreach ($fields as $key=>$field) { ?>
@@ -42,4 +42,4 @@
</tr>
<?php } ?>
</table>
-<?php show_box_bottom(); ?>
+<?php UI::show_box_bottom(); ?>