mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-24 05:01:23 +00:00
Added logo rotation and a couple more logos. :)
This commit is contained in:
parent
ac73b9c2e7
commit
ff86ca7d71
4 changed files with 5 additions and 1 deletions
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
BIN
img/logos/qf-logo2.png
Normal file
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
BIN
img/logos/qf-logo3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue