From: moodler Date: Tue, 12 Aug 2003 08:29:47 +0000 (+0000) Subject: Tweak X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1ddf93298b79fa5ba6cee73a0e1a8db01cc5f3c5;p=moodle.git Tweak --- diff --git a/lib/weblib.php b/lib/weblib.php index 5985c26c2d..bf4445a843 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -780,7 +780,9 @@ function print_footer ($course=NULL) { include ("$CFG->dirroot/theme/$CFG->theme/footer.html"); } -function style_sheet_setup($lastmodified, $lifetime, $themename="") { +function style_sheet_setup($lastmodified=0, $lifetime=300, $themename="") { +/// This function is called by stylesheets to set up the header +/// approriately as well as the current path global $CFG;