'icons' => array(
'default' => 'html.png'
),
- /* If you don't want to display the link to open the HTML content in a
- * separate window, set the following to false. */
- 'external' => true,
/* Run 'tidy' on all HTML output? This requires at least version 2.0 of the
* PECL 'tidy' extension to be installed on your system. */
'tidy' => false,
}
}
- /* If we are viewing inline, give option to view in separate window. */
- if ($inline && $this->getConfigParam('external')) {
- $cleanhtml['status'][] = array(
- 'text' => array($this->_params['contents']->linkViewJS($this->_mimepart, 'view_attach', _("Show this HTML in a new window?"))),
- 'type' => 'info'
- );
- }
-
return array(
'html' => $data,
'status' => $cleanhtml['status']