You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 12345678910111213 |
- <html>
- <head>
- <title><?php echo _('E-mail preview'); ?></title>
- <style>
- body {font-family: sans-serif;}
- </style>
- </head>
- <body>
- <?php
- echo $this->view->html;
- ?>
- </body>
- </html>
|