new versions of PHP (4.3.0).</DD>
<DT> Layout improvements</DT>
-<DD> Improved interface when courses are on front page and there is more than one category.
+<DD> Cleaned up the display of "side boxes" and added CSS style control over
+ more elements on the site and course pages. The interface when
+ courses are on front page and there is more than one category has
+ been improved (no longer just shows short course names).
+
</DD>
<DT> Class interface</DT>
$site->summary .= "<BR><CENTER><A HREF=\"admin/site.php\"><IMG SRC=\"pix/i/edit.gif\" BORDER=0></A>";
}
- print_simple_box($site->summary, "", "100%", $THEME->cellheading);
+ print_simple_box($site->summary, "", "100%", $THEME->cellcontent2);
print_spacer(1,$side);
echo "</TD>";
?>
$THEME->cellheading = "#FFD991"; // Standard headings of big tables
$THEME->cellheading2 = "#FFB62D"; // Highlight headings of tables
$THEME->cellcontent = "#FFFFFF"; // For areas with text
-$THEME->cellcontent2 = "#FFEECE"; // Alternate colour
+$THEME->cellcontent2 = "#FEE6B9"; // Alternate colour
$THEME->borders = "#555555"; // Table borders
?>