mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
Stuff repaired.
This commit is contained in:
parent
fd6eff2c22
commit
ef2285d6a7
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
echo '<TABLE cellSpacing="0" cellPadding="3" width="100%" border=0 bgColor="' . $bgColor . '">';
|
||||
echo ' <TR bgColor="' . $color . '">';
|
||||
echo ' <TD align="center">';
|
||||
echo ' <IMG src="http://images.sourceforge.net/blank.gif" height="1" width="135" alt="" border="0"><BR>';
|
||||
echo ' <IMG src="/img/blank.gif" height="1" width="135" alt="" border="0"><BR>';
|
||||
echo ' <SPAN class="titlebar"><FONT color="' . $fgColor . '">' . $name . '</FONT></SPAN>';
|
||||
echo ' </TD>';
|
||||
echo ' </TR>';
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<!-- right of logo -->
|
||||
</TR>
|
||||
<TR>
|
||||
<TD bgcolor="black" colspan=2><IMG src="images/blank.gif" alt="" height=2 vspace=0></TD>
|
||||
<TD bgcolor="black" colspan=2><IMG src="/img/blank.gif" alt="" height=2 vspace=0></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<!-- end top title table -->
|
||||
|
|
Loading…
Reference in a new issue