Línea 23... |
Línea 23... |
23 |
$parentconfig = theme_config::load('universe');
|
23 |
$parentconfig = theme_config::load('universe');
|
24 |
// Call a function from our parent themes lib.php file to fetch the content of the themes main SCSS file based on it's own config, not ours.
|
24 |
// Call a function from our parent themes lib.php file to fetch the content of the themes main SCSS file based on it's own config, not ours.
|
25 |
return theme_universe_get_main_scss_content($parentconfig);
|
25 |
return theme_universe_get_main_scss_content($parentconfig);
|
26 |
};
|
26 |
};
|
27 |
$THEME->prescsscallback = 'theme_universe_child_get_pre_scss';
|
27 |
$THEME->prescsscallback = 'theme_universe_child_get_pre_scss';
|
28 |
$CFG->defaultblocks_override = 'comments, messageteacher'
|
28 |
$CFG->defaultblocks_override = 'comments, messageteacher';
|