Skip to content

Commit

Permalink
Added grade pass/fail colours. Fixed label line height in course page
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabix committed Mar 10, 2008
1 parent 25a215b commit 7929ba8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme/formal_white/styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

?>

0 comments on commit 7929ba8

Please sign in to comment.