summaryrefslogtreecommitdiffstats
path: root/templates/show_playlist.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_playlist.inc.php')
-rw-r--r--templates/show_playlist.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_playlist.inc.php b/templates/show_playlist.inc.php
index 5580f76e..1b552d60 100644
--- a/templates/show_playlist.inc.php
+++ b/templates/show_playlist.inc.php
@@ -31,7 +31,7 @@ ob_start();
require Config::get('prefix') . '/templates/show_playlist_title.inc.php';
$title = ob_get_contents();
ob_end_clean();
-show_box_top('<div id="playlist_row_' . $playlist->id . '">' . $title .
+UI::show_box_top('<div id="playlist_row_' . $playlist->id . '">' . $title .
'</div>', 'info-box');
?>
<div id="information_actions">
@@ -68,7 +68,7 @@ show_box_top('<div id="playlist_row_' . $playlist->id . '">' . $title .
<?php } ?>
</ul>
</div>
-<?php show_box_bottom(); ?>
+<?php UI::show_box_bottom(); ?>
<?php
$browse = new Browse();
$browse->set_type('playlist_song');