insert_linked_card($f_id); /** * Display all the linked card */ ob_start(); $follow->display_linked(); echo HtmlInput::button_action_add_concerned_card( $ag_id); $response = ob_get_clean(); $html = escape_xml($response); header('Content-type: text/xml; charset=UTF-8'); echo << unused $html EOF; ?>