. . .

strtoupper($b['rawdate']); }); foreach ($files as $data) { $file = $data["id"]; if (substr($file, -5) === ".json" && file_exists($_SERVER['DOCUMENT_ROOT'] . "/archive/get/" . substr($file, 0, -5) . ".zip")) { echo(' '.$data['title'] . ' '); if (isset($data["description"])) { echo(' · ' . l($data["description"]["en"], $data["description"]["fr"]) . ''); } echo(''.$data['date'].''); if ($data['unreleased']) { echo(' ' . l("Unreleased", "Jamais sorti") . ''); } echo(''); } } ?>