Proyectos de Subversion Moodle

Rev

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

Rev 1287 Rev 1348
Línea 43... Línea 43...
43
    // Load the settings from the parent.                                                                                           
43
    // Load the settings from the parent.                                                                                           
44
    $theme = theme_config::load('universe');
44
    $theme = theme_config::load('universe');
45
    // Call the parent themes get_pre_scss function.                                                                                
45
    // Call the parent themes get_pre_scss function.                                                                                
46
    return theme_universe_get_pre_scss($theme);
46
    return theme_universe_get_pre_scss($theme);
47
}
47
}
-
 
48
 
-
 
49
function theme_universe_child_get_main_scss_content($theme)
-
 
50
{
-
 
51
    global $CFG;
-
 
52
    return theme_universe_get_main_scss_content($theme); // o personalizado
-
 
53
}