Proyectos de Subversion Moodle

Rev

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

Rev 29 Rev 31
Línea 1... Línea 1...
1
<?php                                                             
1
<?php                                                             
2
defined('MOODLE_INTERNAL') || die();
2
defined('MOODLE_INTERNAL') || die();
Línea 3... Línea 3...
3
 
3
 
4
function xtheme_universe_child_get_pre_scss($theme) {
4
function theme_universe_child_get_pre_scss($theme) {
5
    // Load the settings from the parent.                                                                                           
5
    // Load the settings from the parent.                                                                                           
6
    $theme = theme_config::load('universe');                                                                                           
6
    $theme = theme_config::load('universe');                                                                                           
7
    // Call the parent themes get_pre_scss function.                                                                                
7
    // Call the parent themes get_pre_scss function.                                                                                
8
    return theme_universe_child_get_pre_scss($theme);                         
8
    return theme_universe_get_pre_scss($theme);