[rt-users] How to add Company logo

jmoseley at corp.xanadoo.com jmoseley at corp.xanadoo.com
Sat May 2 20:36:42 EDT 2009


Asif, in your email today, your syntax did not contain what I wrote below
yesterday.  Furermore, with this syntax, as said before, you sould not have
SetLogo statements in your RT_SiteConfig.pm config.  This is only one way
to do it - I am sure there are others.  I would search the wiki and the
mailing list archives - this is exactly how I arrived at my configuration
below.

James Moseley



jmoseley at corp.xanadoo.com wrote:

We don't seem to have any problems using a 200x90 logo in our 3.8.2
install.

We have simply done the following:

Create a logo file: <path to RT>/local/htmlElements/Logo

With:

  <div id="logo">
    <a href="insert your URL here"><img
src="<%$RT::WebImagesURL%>/your-image.jpg" alt="<%loc("Your company
name")%>"></a>
% if ($show_name) {
    <div class="rtname"><% loc("RT for [_1]", $RT::rtname) %></div>
% }
  </div>
<%args>
  $show_name => 1
</%args>

Put image in <path to RT>/share/html/NoAuth/images

There are no SetLogo references in our RT_SiteConfig.










More information about the rt-users mailing list