0) { echo "$uptime_annees année"; if ($uptime_annees > 1) echo "s"; echo ", "; } if ($uptime_mois > 0) { echo "$uptime_mois mois"; echo ", "; } if ($uptime_jours > 0) { echo "$uptime_jours jour"; if ($uptime_jours > 1) echo "s"; echo ", "; } if ($uptime_heures > 0) { echo "$uptime_heures heure"; if ($uptime_heures > 1) echo "s"; echo ", "; } if ($uptime_minutes > 0) { echo "$uptime_minutes minute"; if ($uptime_minutes > 1) echo "s"; } if ($uptime_secondes > 0) { echo " & "; echo "$uptime_secondes seconde"; if ($uptime_secondes > 1) echo "s"; } } } ?>