Lohmeijer, Martijn wrote:

Hi, when I change the Header file like is described below than the image (logo) still 
does not load.

The script seems to want to look in opt/otrs/bin/cgi-bin




You are totaly right it does render $Env{"Images"} to an empty sting
because it is not set like it is in Header.dtl for the agents and admins
to enjoy :
<dtl set $Env{"Images"} = "/otrs-web/images/Standard/">

you can put the image in the directory i mentioned earlier and
setting the logo image src="../otrs-web/images/Standard/logo.gif"
or  as alternative
putting the dtl line in the beginning of CustomerLogin.dtl
and CustomerHeader.dtl then you can use the $Env{"Images"} syntax.

-----Oorspronkelijk bericht-----
Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Boris Ratner
Verzonden: woensdag 18 augustus 2004 9:01
Aan: User questions and discussions about OTRS.
Onderwerp: Re: [otrs] adding logo


Delshawn Colcloughly wrote:



Logo Still not viewable on customer.pl login page.......I did edit CustomerLogin.dtl & CustomerHeader.dtl by adding

<td width="120" class="header"><img src="logo.gif">

I saved the logo.gif into the /opt/otrs/Kernel/Output/HTML/Standard directory.....can someone help..




IMHO you should save the logo to /opt/otrs/var/httpd/htdocs/images/Standard/ directory. Use <img 
src="$Env{"Images"}logo.gif"> in the DTL.

regard
Boris Ratner.




_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting f�r Ihr OTRS System? => http://www.otrs.de/

Reply via email to