summaryrefslogtreecommitdiffstats
path: root/templates/show_popular.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_popular.inc.php')
-rw-r--r--templates/show_popular.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_popular.inc.php b/templates/show_popular.inc.php
index 2b5bf262..e6c0b3b7 100644
--- a/templates/show_popular.inc.php
+++ b/templates/show_popular.inc.php
@@ -20,7 +20,7 @@
*
*/
-show_box_top(T_('Information'));
+UI::show_box_top(T_('Information'));
$object_ids = Stats::get_top('song');
$browse = new Browse();
@@ -40,5 +40,5 @@ $browse->set_type('artist');
$browse->show_objects($object_ids);
$browse->store();
-show_box_bottom();
+UI::show_box_bottom();
?>