Hello.
I want to create my own customized logo area in the upper left corner of
all Trac HTML pages.
I know that the logo can be customized with the [header_logo] section in
<trac.ini>. But this allows only one logo file. I would like more
customization:
1. company logo picture
2. project logo picture
3. project name as text
Next I studied
http://trac.edgewall.org/wiki/TracInterfaceCustomization
and related pages.
I now have my own <site.html> and <style.css> files and I know that I
somehow have to write a Genshi-match to replace the standard logo with
my own one:
<div id="header">
my own logo stuff goes here
</div>
Who can tell me what (Genshi code?) to put in <site.html> to make my own
logo area.
I do not know how to catch and replace this <div id="header"> section.
Or am I on the wrong way?
This is on Trac 0.11.6 with no plugins installed. Webserver is apache.
Thanks
Clemens
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.