From ebdb7573bf4176b81264d2c66dd567fa3c3ee0bd Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 28 Sep 2006 05:39:50 +0000 Subject: fixed up localplay a little more, to the point of it basicly working... added check for mysql on installer langue page, tweaked some css as well --- templates/show_localplay_control.inc.php | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'templates/show_localplay_control.inc.php') diff --git a/templates/show_localplay_control.inc.php b/templates/show_localplay_control.inc.php index b9558ade..fa11c700 100644 --- a/templates/show_localplay_control.inc.php +++ b/templates/show_localplay_control.inc.php @@ -27,7 +27,7 @@ $required_info = "&user_id=" . $GLOBALS['user']->id . "&sessid=" . sess $ajax_url = $web_path . '/server/ajax.server.php'; ?> -
+
has_function('prev')) { ?> prev @@ -49,20 +49,4 @@ $ajax_url = $web_path . '/server/ajax.server.php'; next -
-has_function('volume_up')) { ?> - - volume up - - -has_function('volume_down')) { ?> - - volume down - - -has_function('volume_mute')) { ?> - - volume mute - -
-- cgit