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

12345678910111213141516
  1. <?php
  2. use yii\helpers\Html;
  3. /* @var $this \yii\web\View view component instance */
  4. /* @var $message \yii\mail\MessageInterface the message being composed */
  5. /* @var $content string main view render result */
  6. ?>
  7. <?php $this->beginPage() ?>
  8. <?php $this->beginBody() ?>
  9. <?= $content ?>
  10. --
  11. La boîte à pain / Plateforme de réservation de pain
  12. http://www.laboiteapain.net/
  13. <?php $this->endBody() ?>
  14. <?php $this->endPage() ?>