[rt-users] Custom logo in 3.8

James Moseley jmoseley at corp.xanadoo.com
Mon Dec 14 15:01:46 EST 2009


On Mon, Dec 14, 2009 at 1:21 PM, David Griffith <dgriffi at cs.csubak.edu> wrote:
>
> I'm trying to change the logo in 3.8.6, but
> http://wiki.bestpractical.com/view/ChangeLogo doesn't work.  Googling
> around for the answer gives me multiple references to the instructions on
> that page not working.  Would someone please point out a guide for adding
> a custom logo to 3.8.6 that actually works?

I know this is documented somewhere...  Without looking at the wiki or
official docs, here's what works:

Create directory called 'Elements' in <path to RT>/local/html

Create file called 'Logo' in above directory with contents similar to:

  <div id="logo">
    <a href="http://yourdomain.com"><img
src="<%$RT::WebImagesURL%>/yourlogo.jpg" alt="<%loc("Your
Company")%>"></a>
% if ($show_name) {
    <div class="rtname"><% loc("RT for [_1]", $RT::rtname) %></div>
% }
  </div>
<%args>
  $show_name => 1
</%args>

Lastly, place logo jpeg (or whatever format it's in) in:

<path to rt>/share/html/NoAuth/images

-- 
James



More information about the rt-users mailing list