<P>Find these line in /issue-
tracker/themes/default/tpl</P>
<P><td class="header" align="left" width="80%"><img
src="{$smarty.env.imgs.logo}" width="200" height="48"
alt="Issue Tracker" /></td><BR><td class="header"
align="center" width="20%"></P>
<P>and change it to (change to any color you like):</P>
<P><td class="header" style="background-color:
#336699; color: #DFDFDF;" align="left"
width="80%"><img src="{$smarty.env.imgs.logo}"
width="200" height="48" alt="Issue
Tracker" /></td><BR><td class="header"
style="background-color: #336699; color: #DFDFDF;"
align="center" width="20%"></P>
<P>You can't change the CSS file, althought it might
also be possible to read an additional css file where you
override the 'header' class.<BR></P>
Logged In: NO
all HTML was rewuired here dont know how to paste it in
another form....
greatings l.roovers@nospam@hccnet.nl
Logged In: NO
Or look into these files:
The styles:
- /issue-tracker/themes/default/theme.php
- /issue-tracker/themes/default/screen.css
The images
- /issue-tracker/themes/default/image.php
Here you basically define which imagefile to call for a certain
situation.
and change the .header section