Proyectos de Subversion Moodle

Rev

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

Rev 126 Rev 131
Línea 6... Línea 6...
6
    // Load the settings from the parent.                                                                                           
6
    // Load the settings from the parent.                                                                                           
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
}
-
 
11
 
-
 
12
 
-
 
13
function theme_universe_child_get_default_blocks()
-
 
14
{
-
 
15
    return array(
-
 
16
        'incourse' => array(
-
 
17
            'bellow-custom' => array('comments', 'messageteacher')
-
 
18
        ),
-
 
19
        'course-view' => array(
-
 
20
            'bellow-custom' => array('comments', 'messageteacher')
-
 
21
        ),
-
 
22
    );
-
 
23
}