changeset 292:fa66c4c8cd8a misc

Add credits/thanks list.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Mar 2015 08:08:44 +0200
parents 8720936884bb
children ad130a643daa
files materials/info.php
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/materials/info.php	Mon Mar 09 08:06:17 2015 +0200
+++ b/materials/info.php	Mon Mar 09 08:08:44 2015 +0200
@@ -80,6 +80,14 @@
      <span class="hits20">20..39 tries</span>,
      <span class="hits40">40 or more</span></b>.
     </li>
+<?
+$people = array("Hair", "Malacoda", "Kiomet", "Aegenor", "Gileon", "Corto");
+$tmp = array();
+foreach ($people as $key)
+  $tmp[] = "<b>".$key."</b>";
+
+echo "<li>Thanks to the following people for providing alloying data: ".join(", ", $tmp).".</li>";
+?>
    </ul>
   </td>
  </tr>