data['header'] = $this->t('cron_header'); $this->includeAtTemplateBase('includes/header.php'); ?>
t('cron_result_title') ?>
' .$this->t('cron_report_title'). '' .$this->t('ran_text'). ' ' .$this->data['time'] . '
' .
'URL: ' . $this->data['url'] . '
' .
'Tag: ' . $this->data['tag'] . "
\n\n" .
'- ' . join('
- ', $this->data['summary']) . '
';
?>
includeAtTemplateBase('includes/footer.php');
?>