$weekAgo; } // Fonction pour formater la date en français function formatDate($date) { $timestamp = strtotime($date); $months = [ 'janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre' ]; return sprintf( "%d %s %d", date('j', $timestamp), $months[date('n', $timestamp) - 1], date('Y', $timestamp) ); } ?>
= nl2br(htmlspecialchars($config['site']['description'])) ?>