summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ui.lib.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ui.lib.php b/lib/ui.lib.php
index 4eab4cae..c7b4a758 100644
--- a/lib/ui.lib.php
+++ b/lib/ui.lib.php
@@ -721,4 +721,11 @@ function show_genre($genre_id) {
} // show_genre
+function show_random_play_bar() {
+
+ require (conf('prefix') . '/templates/show_random_play_bar.inc.php');
+
+} // show_random_play_bar()
+
+
?>