Add a list of answers for each answered message

This commit is contained in:
Némunaire 2012-01-20 20:04:04 +01:00
commit aad5915892
4 changed files with 59 additions and 5 deletions

View file

@ -1,4 +1,3 @@
<h1>Dernières publications</h1>
<?php
require_once("../common.php");
@ -12,6 +11,7 @@ if ($dh = opendir(DESTINATION))
array_multisort($list, SORT_DESC);
?>
<h1>Dernières publications</h1>
<ul id="list">
<?php
if (empty($_GET["s"]))