$export_type, 'single_table' => isset($single_table) ) ); /* Fail if we didn't find any plugin */ if (empty($export_list)) { PMA_Message::error( __('Could not load export plugins, please check your installation!') )->display(); exit; } $html = PMA_getHtmlForExportOptionHeader($export_type, $db, $table); $cfgRelation = PMA_getRelationsParam(); if ($cfgRelation['exporttemplateswork']) { $html .= PMA_getHtmlForExportTemplateLoading($export_type); } $html .= '
'; $response = PMA_Response::getInstance(); $response->addHTML($html);