From edf482ff3d21c84d99f25b84884563a8781fa7ae Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 5 Jul 2007 06:05:18 +0000 Subject: moved back to a GPL flash player for 3.4 codebase, fixed some stream issues (non-m3u playlist types were failing) and tweaked the look of the /test.php page and fixed the xspf playlist generation --- lib/ui.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/ui.lib.php') diff --git a/lib/ui.lib.php b/lib/ui.lib.php index cbf3bde0..a1283841 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -1353,9 +1353,9 @@ function xml_get_header($type){ $header = "\n" . "\n ". "Ampache XSPF Playlist\n" . - "" . conf('site_title') . "\n" . - "" . conf('site_title') . "\n" . - "". conf('web_path') ."\n" . + "" . Config::get('site_title') . "\n" . + "" . Config::get('site_title') . "\n" . + "". Config::get('web_path') ."\n" . "\n\n\n\n"; return $header; break; -- cgit