skin_info( array( 'session_id' => $_COOKIE['session_id'], ) ); if ( isset($skin_info['error']) && $skin_info['error'] ) { $error = $skin_info['error']; header('Location:index.php?error='. urlencode($error)); die(); } extract($skin_info); ?>