From de5f1c00d30c01d7e8628dafe8e4c02b2f3c61ea Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 8 Apr 2006 17:23:24 +0000 Subject: cleaned up the play type switch as well as updating the icons so they look a little better --- templates/show_localplay_control.inc.php | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 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 b40fcc77..da37a005 100644 --- a/templates/show_localplay_control.inc.php +++ b/templates/show_localplay_control.inc.php @@ -21,12 +21,13 @@ */ $web_path = conf('web_path'); -$data = $localplay->status(); +$localplay = init_localplay(); $required_info = "&user_id=" . $GLOBALS['user']->id . "&sessid=" . session_id(); $ajax_url = $web_path . '/server/ajax.server.php'; ?> +
has_function('prev')) { ?> prev @@ -37,7 +38,7 @@ $ajax_url = $web_path . '/server/ajax.server.php'; has_function('pause')) { ?> - pause + pause @@ -48,16 +49,4 @@ $ajax_url = $web_path . '/server/ajax.server.php'; next -
-Current State:
- - - - - - - - - - -
+
-- cgit