Skip to content

Commit

Permalink
Switched a color option from user.bg.3 to user.fg.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Sep 18, 2003
1 parent a87fa0d commit fb80558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/slashcode/templates/header-admin;misc;default
Expand Up @@ -17,7 +17,7 @@ __template__

<TABLE WIDTH="100%" ALIGN="CENTER" CELLPADDING="0" CELLSPACING="0" BORDER="0" BGCOLOR="[% user.bg.5 %]">
<TR>
<TD VALIGN="BOTTOM" BGCOLOR="[% user.bg.3 %]">[% Slash.createMenu(adminmenu, { color => 'white', lightfontcolor => user.bg.3 } ) %]</TD>
<TD VALIGN="BOTTOM" BGCOLOR="[% user.bg.3 %]">[% Slash.createMenu(adminmenu, { color => 'white', lightfontcolor => user.fg.3 } ) %]</TD>
<TD VALIGN="TOP" BGCOLOR="[% user.bg.3 %]" ALIGN="RIGHT">
<A HREF="[% constants.real_rootdir %]"><FONT COLOR="[% user.fg.3 %]">[% constants.sitename %]</FONT></A>&nbsp;
</TD>
Expand Down

0 comments on commit fb80558

Please sign in to comment.