Proyectos de Subversion Moodle

Rev

Rev 107 | Rev 109 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 107 Rev 108
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
$THEME->defaultblocks = 'comments, messageteacher';
28
$CFG->defaultblocks_override = 'comments, messageteacher'