Proyectos de Subversion Moodle

Rev

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

Rev 133 Rev 136
Línea 7... Línea 7...
7
    $theme = theme_config::load('universe');
7
    $theme = theme_config::load('universe');
8
    // Call the parent themes get_pre_scss function.                                                                                
8
    // Call the parent themes get_pre_scss function.                                                                                
9
    return theme_universe_get_pre_scss($theme);
9
    return theme_universe_get_pre_scss($theme);
10
}
10
}
Línea 11... Línea -...
11
 
-
 
12
 
11
 
13
function theme_universe_child_get_default_blocks()
12
function theme_universe_child_get_default_blocks()
14
{
13
{
15
    return array(
-
 
16
        'incourse' => array(
-
 
17
            'bellow-custom' => array('comments', 'messageteacher')
-
 
18
        ),
14
    return array(
19
        'course-view' => array(
15
        'course-view' => array(
20
            'bellow-custom' => array('comments', 'messageteacher')
16
            'bellow-custom' => array('comments', 'messageteacher')
21
        ),
17
        ),
22
        'course' => array(
18
        'incourse' => array(
23
            'bellow-custom' => array('comments', 'messageteacher')
19
            'bellow-custom' => array('comments', 'messageteacher')
24
        )
20
        ),
25
    );
21
    );