blob: 497b6a63c6b7d85e5bb02b2048dee5808b0db0e8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
/**
* @author markus
* $Id: index.phtml 25 2009-12-02 15:43:21Z markus $
*/
$this->headLink()->appendStylesheet('/css/mail.css');
?>
<H1><?php print I18n::_('Read Mail'); ?></H1>
<?php
print nl2br($this->mail_body);
|