Proyectos de Subversion Moodle

Rev

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

Rev 31 Rev 118
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 theme_universe_child_get_pre_scss($theme)
4
function theme_universe_child_get_pre_scss($theme) {
5
{
5
    // Load the settings from the parent.                                                                                           
6
    // Load the settings from the parent.                                                                                           
6
    $theme = theme_config::load('universe');                                                                                           
7
    $theme = theme_config::load('universe');
7
    // 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);
-
 
10
}
-
 
11
 
-
 
12
function theme_universe_child_get_default_blocks()
-
 
13
{
-
 
14
    return array(
-
 
15
        'incourse' => array(
-
 
16
            'side-pre' => array('block_comments')
-
 
17
        )
8
    return theme_universe_get_pre_scss($theme);                         
18
    );