]> git.mjollnir.org Git - moodle.git/commitdiff
Added grade pass/fail colours. Fixed label line height in course page
authorandreabix <andreabix>
Mon, 10 Mar 2008 15:14:42 +0000 (15:14 +0000)
committerandreabix <andreabix>
Mon, 10 Mar 2008 15:14:42 +0000 (15:14 +0000)
theme/formal_white/styles.php

index bd329f640b53a699e0b3f7d77b02a5ce9725bce6..fd3271b72d4f42bc092a0d27312afb07d160f2f5 100644 (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);
    
 ?>