getHeader(); $header->disableMenuAndConsole(); $transformations = new Transformations(); $types = $transformations->getAvailableMimeTypes(); ?>

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

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