AutorÃa | Ultima modificación | Ver Log |
<?phpdefined('MOODLE_INTERNAL') || die();function theme_universe_child_get_pre_scss($theme) {// Load the settings from the parent.$theme = theme_config::load('universe');// Call the parent themes get_pre_scss function.return theme_universe_get_pre_scss($theme);}