Removed $THEMEs and stuff.

I'm a little worried about this spaghetti code ... it's a mess!
This commit is contained in:
moodler 2005-02-09 15:36:29 +00:00
parent d1b7d61e74
commit fafd89a0f1
5 changed files with 20 additions and 28 deletions

View file

@ -799,13 +799,13 @@
foreach ($answerpages as $page) {
unset($table->data);
if ($page->grayout) { // set the color of text
$fontstart = "<font color=\"#AAAAAA\">";
$fontstart = "<span class=\"dimmed\">";
$fontend = "</font>";
$fontstart2 = $fontstart;
$fontend2 = $fontend;
} else {
$fontstart = "<font color=\"$THEME->cellheading2\">";
$fontend = "</font>";
$fontstart = "";
$fontend = "";
$fontstart2 = "";
$fontend2 = "";
}
@ -838,4 +838,4 @@
/// Finish the page
print_footer($course);
?>
?>