summaryrefslogtreecommitdiffstats
path: root/templates/show_index.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_index.inc.php')
-rw-r--r--templates/show_index.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php
index 0eba867b..7c12cbf4 100644
--- a/templates/show_index.inc.php
+++ b/templates/show_index.inc.php
@@ -29,7 +29,7 @@ if (Art::is_enabled()) {
echo Ajax::observe('window','load',Ajax::action('?page=index&action=random_albums','random_albums'));
?>
<div id="random_selection">
- <?php show_box_top(T_('Albums of the Moment')); echo T_('Loading...'); show_box_bottom(); ?>
+ <?php UI::show_box_top(T_('Albums of the Moment')); echo T_('Loading...'); UI::show_box_bottom(); ?>
</div>
<?php } ?>
<!-- Recently Played -->