Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

21 lines
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; ?>