On Sat, 9 Jun 2001, Lior Silberman wrote:

> Hi,
>
> Casually looking at the new XHTML-compiant website [good work!] I found
> that the logo for the 5th LDM sponsors is not displayed except at
> top-level pages, because the image URL in end.php3 is relative and not
> absolute.
>
> Since anoncvs is timing out on me [might be a local problem], I can't
> submit a patch. I think it suffices to change:
>
> ... ><img src="images/CCP2000_logo.jpg"
>
> to
>
> ... ><img src="/images/CCP2000_logo.jpg"
>
> in $CVSROOT/www-user/end.php3


That's not enough.  We either need to make it explicit -- full path to
logo -- or make use of the $subdir code in start.php3 in end.php3 as well
(probably by moving the code to some third file -- format.inc for
example).

Allan. (ARRae)

Reply via email to