]> git.mjollnir.org Git - moodle.git/commitdiff
Tweak
authormoodler <moodler>
Tue, 12 Aug 2003 08:29:47 +0000 (08:29 +0000)
committermoodler <moodler>
Tue, 12 Aug 2003 08:29:47 +0000 (08:29 +0000)
lib/weblib.php

index 5985c26c2df03683b94cbf1e6aa180dd5c18cd8a..bf4445a8433b7bcf85ea90f2458a6e31db8cf859 100644 (file)
@@ -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;