\n\n\n"; echo $title."\n"; // echo ''."\n"; // echo ''."\n"; echo ''."\n"; echo "\n\n\n\n"; echo "\n"; echo "\n"; echo '
'; echo ''; echo '

'.$title.'

'; echo '
'; // put in the course navigation area echo '
'; ?> '; // put in the vertical bar echo '
'; echo ''; echo '
'; } function courseHeader($title, $class, $course_directory) { // put in a pretty generic header echo "\n\n\n"; echo $title."\n"; // echo ''."\n"; // echo ''."\n"; echo ''."\n"; echo "\n\n\n\n"; echo "\n"; echo "\n"; // course title image echo '
'; echo ''; // course title echo '
'."\n"; echo $title."\n"; echo '
'."\n\n"; echo '
'; // put a bar across the top echo ''; // put in the course navigation area echo '
'; ?> '; // put in the vertical bar echo '
'; echo ''; echo '
'; } function maxwellFooter($year) { echo ''; echo ''; } function gradingTable( $activity, $percent, $count) { echo ''; for($i=0;$i<$count;$i++) { echo "\n"; } echo '
\n"; echo $activity[$i].' '.$percent[$i]."
'; } ?>