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



[email protected] 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.







_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [email protected]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to