Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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