print_simple_box_end();
}
-function print_headline($text, $size=2) {
- echo "<B><FONT SIZE=\"$size\">$text</FONT></B><BR>\n";
-}
-
function print_recent_activity($course) {
// $course is an object
// This function trawls through the logs looking for
}
}
+function print_headline($text, $size=2) {
+ echo "<b><font size=\"$size\">$text</font></b><br />\n";
+}
+
function print_heading($text, $align="center", $size=3) {
echo "<p align=\"$align\"><font size=\"$size\"><b>".stripslashes_safe($text)."</b></font></p>";
}