summaryrefslogtreecommitdiffstats
path: root/templates/show_duplicates.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_duplicates.inc.php')
-rw-r--r--templates/show_duplicates.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_duplicates.inc.php b/templates/show_duplicates.inc.php
index bc46fced..6a62e19c 100644
--- a/templates/show_duplicates.inc.php
+++ b/templates/show_duplicates.inc.php
@@ -20,7 +20,7 @@
*
*/
?>
-<?php show_box_top(T_('Duplicate Songs')); ?>
+<?php UI::show_box_top(T_('Duplicate Songs')); ?>
<form method="post" enctype="multipart/form-data" action="<?php echo $web_path; ?>/admin/flag.php?action=disable">
<table class="tabledata" cellpadding="0" cellspacing="0">
<colgroup>
@@ -84,4 +84,4 @@
</tr>
</table>
</form>
-<?php show_box_bottom(); ?>
+<?php UI::show_box_bottom(); ?>