diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-04-23 18:59:35 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-04-23 18:59:35 +0000 |
commit | 0557ea37ad1396c605198d4ed072b77971ec9ad7 (patch) | |
tree | 8381db050b60bfe98b535431a5411720c5c855ac /lib/ui.lib.php | |
parent | 45250f50194cac99fde9569d8e8fd54ad89db179 (diff) | |
download | ampache-0557ea37ad1396c605198d4ed072b77971ec9ad7.tar.gz ampache-0557ea37ad1396c605198d4ed072b77971ec9ad7.tar.bz2 ampache-0557ea37ad1396c605198d4ed072b77971ec9ad7.zip |
fixed now playing
Diffstat (limited to 'lib/ui.lib.php')
-rw-r--r-- | lib/ui.lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ui.lib.php b/lib/ui.lib.php index a4668bc4..9c7fd148 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -257,7 +257,7 @@ function show_now_playing() { $web_path = Config::get('web_path'); $results = get_now_playing(); - require Config::get('prefix') . '/templates/show_now_playing.inc'; + require Config::get('prefix') . '/templates/show_now_playing.inc.php'; } // show_now_playing |