data['header'] = $this->t('metaconv_title');
$this->includeAtTemplateBase('includes/header.php');
?>
t('metaconv_title'); ?>
data['output'];
if($output !== NULL) {
echo('' . $this->t('metaconv_converted') . '
' . "\n");
foreach($output as $type => $text) {
if($text === '') {
continue;
}
echo('' . htmlspecialchars($type) . '
' . "\n");
echo('' . htmlspecialchars($text) . '
' . "\n");
}
}
?>
includeAtTemplateBase('includes/footer.php');
?>