From 1ddf93298b79fa5ba6cee73a0e1a8db01cc5f3c5 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 12 Aug 2003 08:29:47 +0000 Subject: [PATCH] Tweak --- lib/weblib.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.39.5