[rt-users] customizing the RT logo

Atom Powers APowers at PyramidBrew.com
Thu Mar 17 11:48:00 EST 2005


 
I would copy the Header to rt3/local/html/Elements/Header
And modify line 80 to read:
    <td colspan=2><a href="<%$RT::WebBaseURL%>"><img src="<%$RT::LogoURL%>"
alt=""></a></td>

Now it should recognize the variable in RT_SiteConfig.pm.
Set($LogoURL , $WebImagesURL . "rt_logo.jpg");

You will also need to copy your "rt_logo.jpg" to
rt3/share/html/NoAuth/images/ or whatever your $WebImagesURL is.


----
Perfection is just a word I use occasionally with mustard.

Atom Powers
Systems Administrator
Pyramid Breweries Inc.
206.682.8322 x251
-----Original Message-----
From: rt-users-bounces at lists.bestpractical.com
[mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Covington,
Chris
Sent: Thursday, March 17, 2005 7:17 AM
To: rt-users at lists.bestpractical.com
Subject: [rt-users] customizing the RT logo

Hi all,

I've added this to my 3.2.1 RT_SiteConfig.pm file:

Set($LogoURL , $WebImagesURL . "rt_logo.jpg");

Made sure the file was the in proper place, restarted Apache2, etc.

But I still get the bplogo.gif and http://bestpractical.com link in the
upper-right hand corner.  

Is there another way I can stick my own jpeg in the upper-left corner and
remove the bestpractical.com link?

---
Chris Covington
IT
Plus One Health Management
75 Maiden Lane Suite 801
NY, NY 10038
646-312-6269
http://www.plusoneactive.com
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

RT Administrator and Developer training is coming to your town soon! (Boston,
San Francisco, Austin, Sydney) Contact training at bestpractical.com for
details.

Be sure to check out the RT Wiki at http://wiki.bestpractical.com




More information about the rt-users mailing list