Stuff repaired.

This commit is contained in:
Jeff Teunissen 2000-03-06 09:10:42 +00:00
parent fd6eff2c22
commit ef2285d6a7
2 changed files with 2 additions and 2 deletions

View file

@ -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>';

View file

@ -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 -->