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

21 行
310B

  1. <?php
  2. if(count($commandes)):
  3. ?>
  4. Bonjour,
  5. Voici en pièce jointe le récapitulatif des <?= count($commandes) ?> commandes du <?= date('d/m',strtotime($date)) ?>.
  6. À bientôt.
  7. <?php else: ?>
  8. Bonjour,
  9. Vous n'avez aucune commande pour le <?= date('d/m',strtotime($date)) ?>.
  10. À bientôt.
  11. <?php endif; ?>