Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

8 anos atrás
8 anos atrás
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() ?>