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.

17 lines
424B

  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() ?>