From 7929ba8693e1433e449e7fbbf3ea4c524449ad6b Mon Sep 17 00:00:00 2001 From: andreabix Date: Mon, 10 Mar 2008 15:14:42 +0000 Subject: [PATCH] Added grade pass/fail colours. Fixed label line height in course page --- theme/formal_white/styles.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); ?> -- 2.39.5