From: andreabix Date: Mon, 10 Mar 2008 15:14:42 +0000 (+0000) Subject: Added grade pass/fail colours. Fixed label line height in course page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7929ba8693e1433e449e7fbbf3ea4c524449ad6b;p=moodle.git Added grade pass/fail colours. Fixed label line height in course page --- diff --git a/theme/formal_white/styles.php b/theme/formal_white/styles.php index bd329f640b..fd3271b72d 100644 --- a/theme/formal_white/styles.php +++ b/theme/formal_white/styles.php @@ -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); ?>