getHeader(); $header->disableMenuAndConsole(); $types = PMA_getAvailableMIMEtypes(); ?>

$mimetype) { if (isset($types['empty_mimetype'][$mimetype])) { echo '' . $mimetype . '
'; } else { echo $mimetype . '
'; } } $transformation_types = array( 'transformation', 'input_transformation' ); $label = array( 'transformation' => __('Available browser display transformations'), 'input_transformation' => __('Available input transformations') ); $th = array( 'transformation' => __('Browser display transformation'), 'input_transformation' => __('Input transformation') ); ?>

$transform) { $desc = PMA_getTransformationDescription($types[$ttype . '_file'][$key]); ?>