From 46b19c81697929117bf2f0585cc2beb1c879e49c Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Sat, 8 Apr 2006 13:07:34 +0000 Subject: Tweaked code to pass XHTML validation. Been busy lately, bad xgizzmo goto your room! --- templates/show_localplay_control.inc.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 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 db771110..b40fcc77 100644 --- a/templates/show_localplay_control.inc.php +++ b/templates/show_localplay_control.inc.php @@ -23,40 +23,40 @@ $web_path = conf('web_path'); $data = $localplay->status(); -$required_info = "&user_id=" . $GLOBALS['user']->id . "&sessid=" . session_id(); +$required_info = "&user_id=" . $GLOBALS['user']->id . "&sessid=" . session_id(); $ajax_url = $web_path . '/server/ajax.server.php'; ?> has_function('prev')) { ?> - - + + prev - - + + stop has_function('pause')) { ?> - - + + pause - - + + play has_function('next')) { ?> - - + + next
Current State:
- + - + -- cgit