[PLAIN] // formatage de la taille et nbre de fichier (Nouvelle version)
$upload1 = '<b><u>Nombre de fichiers et tailles</u> :</b> <i>' . $info[nb2fichiers1] . ' x ' . $info[taille2fichiers1] . ' Mo'.$total2.'</i><br /><br />';
$upload2 = '<font color="red"><b>Total du post:</b></font> ' . $info[unites].'<br /><br />';
$upload3 = '[b][u]Nombre de fichiers et tailles[/u] : [/b] [i]' . $info[nb2fichiers1] . ' x ' . $info[taille2fichiers1] . ' Mo'.$total2.'[/i]' ."\n\n";
$upload4 = '[color=red][b]Total du post: ' . $info[unites] .'[/b][/color]'. "\n\n";
}else{
// formatage de la taille et nbre de fichier (Ancienne version)
$upload1 = '<b><u>Nombre de fichiers</u> :</b> ' . $info[nbfichiers] . '</i><br /><b><u>Taille des fichiers</u> :</b> <i>' . $info[taillefichiers] . ' '.$info[mogofile].'</i><br /><br />';
$upload3 = '[b][u]Nombre de fichiers[/u] : [/b] [i]' . $info[nbfichiers] . '[/i]' ."\n".'[b][u]Taille des fichiers[/u] : [/b] [i]' . $info[taillefichiers] . ' '.$info[mogofile].'[/i]' ."\n\n";
$total = $info[tailletotale];
$upload2 = '<font color="red"><b>Total du post:</b></font> ' . $total . ' '.$info[mogottc].'<br /><br />';
$upload4 = '[color=red][b]Total du post: ' . $total . ' ' . $info[mogottc] . ' ' . '[/b][/color]'. "\n\n";
}[/PLAIN]