Added grade pass/fail colours. Fixed label line height in course page

This commit is contained in:
andreabix
2008-03-10 15:14:42 +00:00
parent 25a215b9cb
commit 7929ba8693
+2 -1
View File
@@ -12,7 +12,8 @@
require_once("../../config.php"); // Load up the Moodle libraries
$themename = basename(dirname(__FILE__)); // Name of the folder we are in
$forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme
$lang = optional_param('lang', '', PARAM_FILE); // Look for styles in this language
style_sheet_setup(time(), $lifetime, $themename, $forceconfig);
style_sheet_setup(time(), $lifetime, $themename, $forceconfig, $lang);
?>