summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-16 17:58:55 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-16 17:58:55 +0000
commit2f6b8a12eeb7e57f66da69e3911fe4016fc088df (patch)
tree0523ec19832b7539f63d7a2e3d0390d74789cd39 /lib
parent40a84aca6f6eaebc3c35656e2ec1aac64a189dc5 (diff)
downloadampache-2f6b8a12eeb7e57f66da69e3911fe4016fc088df.tar.gz
ampache-2f6b8a12eeb7e57f66da69e3911fe4016fc088df.tar.bz2
ampache-2f6b8a12eeb7e57f66da69e3911fe4016fc088df.zip
reduced the footprint of the random play bar and added a tv style page
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()
+
+
?>