Stefan Hornburg (Racke)
Change Logo
- 
Create a local directory, as described in the RT Wiki (CleanlyCustomizeRT): 
mkdir -p /usr/local/share/request-tracker3.6/html/Elements
- 
Copy your logo to the RT image directory: 
cp iclogo.gif /usr/share/request-tracker3.6/html/NoAuth/images/
- 
Adjust RT configuration: 
Set($LogoLinkURL, 'http://www.icdevgroup.org/');
Set($LogoImageURL, $WebPath . '/NoAuth/Images/iclogo.gif');
Set($LogoAltText, 'Interchange');
Set($LogoWidth, 163);
Set($LogoHeight, 47);
- 
Create new logo element in local directory (/usr/local/share/request-tracker3.6/html/Elements/Logo/): 
<div id="logo"><a href="<%$RT::LogoLinkURL%>"><img src="<%$RT::LogoImageURL%>" alt="<% loc($RT::LogoAltText) %>" width="<%$RT::LogoWidth%>" height="<%$RT::LogoHeight%>" border=0 /></a></div>