@@ -285,6 +285,7 @@ discard block  | 
                                                    ||
| 285 | 285 | *  | 
                                                        
| 286 | 286 | * @param string $tpl the used template  | 
                                                        
| 287 | 287 | * @param bool $preview load preview replacements  | 
                                                        
| 288 | + * @param boolean|string $flavour  | 
                                                        |
| 288 | 289 | * @return array with keys 'stylesheets' and 'replacements'  | 
                                                        
| 289 | 290 | */  | 
                                                        
| 290 | 291 |  function css_styleini($tpl, $flavour=DEFAULT_FLAVOUR, $preview=false) { | 
                                                        
@@ -380,6 +381,7 @@ discard block  | 
                                                    ||
| 380 | 381 | *  | 
                                                        
| 381 | 382 | * @param string $mediatype type ofthe current media files/content set  | 
                                                        
| 382 | 383 | * @param array $files set of files that define the current mediatype  | 
                                                        
| 384 | + * @param string $flavour  | 
                                                        |
| 383 | 385 | * @return array  | 
                                                        
| 384 | 386 | */  | 
                                                        
| 385 | 387 |  function css_filewrapper($mediatype, $flavour=DEFAULT_FLAVOUR, $files=array()){ | 
                                                        
@@ -505,6 +507,9 @@ discard block  | 
                                                    ||
| 505 | 507 | protected $location; // base url location of the CSS/Less file  | 
                                                        
| 506 | 508 | protected $relative_path = null;  | 
                                                        
| 507 | 509 | |
| 510 | + /**  | 
                                                        |
| 511 | + * @param string $file  | 
                                                        |
| 512 | + */  | 
                                                        |
| 508 | 513 |      public function __construct($file) { | 
                                                        
| 509 | 514 | $this->filepath = $file;  | 
                                                        
| 510 | 515 | }  |