Update file editpage.php
This commit is contained in:
parent
6ae53b7263
commit
cbb6167f53
@ -132,7 +132,7 @@ if(isset($fichier)) {
|
|||||||
echo "<a href='?article=" . $row['ID'] . "' class='article-link'>";
|
echo "<a href='?article=" . $row['ID'] . "' class='article-link'>";
|
||||||
echo "<div><h1>" . $row['titre'] . "</h1></div></a>";
|
echo "<div><h1>" . $row['titre'] . "</h1></div></a>";
|
||||||
echo "<div><h2>" . $row['auteur'] . "</h2></div>";
|
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>";
|
echo "<div>" . $date->format('d/m/Y') . "</div></div>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user