[Scummvm-cvs-logs] CVS: web contact.php,1.14,1.15

Max Horn fingolfin at users.sourceforge.net
Fri Dec 6 11:55:13 CET 2002


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1:/tmp/cvs-serv11969

Modified Files:
	contact.php 
Log Message:
more cleanup

Index: contact.php
===================================================================
RCS file: /cvsroot/scummvm/web/contact.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- contact.php	6 Dec 2002 19:38:27 -0000	1.14
+++ contact.php	6 Dec 2002 19:40:55 -0000	1.15
@@ -104,23 +104,11 @@
       <tr><td colspan=3> </td></tr>
       <tr><td colspan=3><b>Special thanks to:</b><? echo html_line(); ?></td></tr>
       
-      <tr>
-	    <td>Sander Buskens</td>
-	    <td></td>
-	    <td>- For his work on the initial reversing of Monkey2</td>
-	  </tr>
-
-      <tr>
-	    <td>Jimmi Thøgersen</td>
-	    <td></td>
-	    <td>- For ScummRev, and much obscure code/documentation</td>
-	  </tr>
-
-      <tr>
-	    <td>Kevin Carnes</td>
-	    <td></td>
-	    <td>- For Scumm16, the basis of ScummVM's older gfx codecs</td>
-	  </tr>
+	  <?php
+	  add_person("Sander Buskens", "", "For his work on the initial reversing of Monkey2");
+	  add_person("Jimmi Thøgersen", "", "For ScummRev, and much obscure code/documentation");
+	  add_person("Kevin Carnes", "", "For Scumm16, the basis of ScummVM's older gfx codecs");
+	  ?>
 
       <tr><td colspan=3> </td></tr>
       <tr><td colspan=3>





More information about the Scummvm-git-logs mailing list