您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

emailPreview.view.php 193B

12345678910111213
  1. <html>
  2. <head>
  3. <title><?php echo _('E-mail preview'); ?></title>
  4. <style>
  5. body {font-family: sans-serif;}
  6. </style>
  7. </head>
  8. <body>
  9. <?php
  10. echo $this->view->html;
  11. ?>
  12. </body>
  13. </html>