Added logo rotation and a couple more logos. :)

This commit is contained in:
Jeff Teunissen 2000-10-12 21:46:00 +00:00
parent ac73b9c2e7
commit ff86ca7d71
4 changed files with 5 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
img/logos/qf-logo2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

BIN
img/logos/qf-logo3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -7,7 +7,11 @@
<TR vAlign="top">
<? tableSpacer (0, 1, 1, menuBgColor); ?>
<TD align="center" vAlign="center"><!-- Project logo -->
<IMG src="/img/logos/qf-logo.png" alt="QuakeForge" border="0" width="70" height="70">
<?
srand ((double) microtime () * 1000000);
echo '<IMG src="/img/logos/qf-logo' . rand (1,3) . '.png" alt="QuakeForge" border="0">';
?>
<IMG src="/img/logos/qf-logo.png" alt="QuakeForge" border="0">
</TD>
<? tableSpacer (0, 5, 1, menuBgColor); ?>
<TD width="100%" vAlign="center"><!--Site name -->