Update file news.php
This commit is contained in:
parent
bf9ea44163
commit
6ae53b7263
@ -68,7 +68,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) {
|
||||
echo "<a href='?article=" . $row['ID'] . "' class='article-link'>";
|
||||
echo "<div><h1>" . $row['titre'] . "</h1></div></a>";
|
||||
echo "<div><h2>" . $row['auteur'] . "</h2></div>";
|
||||
echo "<div>" . $classifications[(int)$row['classification']] . "</div>"
|
||||
echo "<div>" . $classifications[(int)$row['classification']] . "</div>";
|
||||
echo "<div>" . $date->format('d/m/Y') . "</div></div>";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user