this should put sponsor links on main page

This commit is contained in:
Joseph Carter 2000-03-16 04:45:57 +00:00
parent 721a139cee
commit 7aa5dc3c17
2 changed files with 9 additions and 0 deletions

View File

@ -68,6 +68,13 @@
tableSpacer( 1, 9, 1, "black");
?>
</TR>
<TR>
<TD>
<?php
include("sponsor_incl.html");
?>
</TD>
</TR>
<TR>
<TD COLSPAN="4">
<?php

View File

@ -1,3 +1,4 @@
<center>
QuakeForge would like to thank these sponsors for their contributions to our
project:
<br>
@ -7,4 +8,5 @@ project:
<a href="http://www.valinux.com/"><img src="images/valinux.png" border=0 alt="VA Linux"></a>
<a href="http://www.3dfx.com/"><img src="images/3dfx.jpg" border=0 alt="3Dfx" width=100 height=80></a>
<a href="http://www.matrox.com/"><img src="images/matrox.gif" border=0 alt="Matrox"></a>
</center>