getHeader();
$header->disableMenuAndConsole();
$types = Transformations::getAvailableMIMEtypes();
?>
$mimetype) {
if (isset($types['empty_mimetype'][$mimetype])) {
echo '' , htmlspecialchars($mimetype) , '
';
} else {
echo htmlspecialchars($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 = Transformations::getDescription($types[$ttype . '_file'][$key]);
?>
|
|