[rt-devel] bplogo.gif URL
Matt Knopp
mhat at netlag.com
Fri Feb 28 11:56:15 EST 2003
There are two answers: (a) because it's perl, and that's the way it works.
(b) RT_SiteConfig was, perhaps, not that well thought out. Overall it's a
good idea, but the implementation could be better. I suggested a fix a few
weeks ago, but I guess nobody liked it.
Basically for any variable you define in RT_SiteConfig you _must_ copy all
lines from RT_Config that reference that variable into your RT_SiteConfig.
--
Matt
On Fri, Feb 28, 2003 at 01:48:56PM +0100, David Vrtin wrote:
> Hi
>
>
> Why do I need to have
>
> $WebURL = $WebBaseURL . $WebPath . "/";
> $WebImagesURL = $WebURL."NoAuth/images/";
>
> in my RT_SiteConfig.pm, if I would like to see bplogo.gif in RT 2.1.76?
>
> Without this lines in RT_SiteConfig.pm I get
>
> http://RT::WebBaseURL.not.configured:80/NoAuth/images//bplogo.gif
>
> for bplogo.gif. Everything else seems to work OK.
>
>
> Best regards,
> David
>
> _______________________________________________
> rt-devel mailing list
> rt-devel at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-devel
More information about the Rt-devel
mailing list