Proyectos de Subversion Moodle

Rev

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

Rev 163 Rev 256
Línea 29... Línea 29...
29
    // Load the settings from the parent.                                                                                           
29
    // Load the settings from the parent.                                                                                           
30
    $theme = theme_config::load('universe');
30
    $theme = theme_config::load('universe');
31
    // Call the parent themes get_pre_scss function.                                                                                
31
    // Call the parent themes get_pre_scss function.                                                                                
32
    return theme_universe_get_pre_scss($theme);
32
    return theme_universe_get_pre_scss($theme);
33
}
33
}
-
 
34
 
-
 
35
function theme_universe_child_get_default_blocks()
-
 
36
{
-
 
37
    return array(
-
 
38
        'incourse' => array(
-
 
39
            'bellow-content' => array('block_comments')
-
 
40
        ),
-
 
41
    );
-
 
42
}