Proyectos de Subversion Moodle

Rev

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

Rev 131 Rev 132
Línea 26... Línea 26...
26
};
26
};
27
$THEME->prescsscallback = 'theme_universe_child_get_pre_scss';
27
$THEME->prescsscallback = 'theme_universe_child_get_pre_scss';
Línea 28... Línea 28...
28
 
28
 
29
$THEME->layouts = [
29
$THEME->layouts = [
30
    'course' => array(
30
    'course' => array(
31
        'file' => 'tmpl-course.php',
31
        'file' => 'course.php',
32
        'regions' => array(
32
        'regions' => array(
33
            'coursetab-a',
33
            'coursetab-a',
34
            'coursetab-b',
34
            'coursetab-b',
35
            'coursetab-c',
35
            'coursetab-c',
36
            'coursetab-d',
36
            'coursetab-d',
37
            'coursetab-e',
-
 
38
            'side-pre',
37
            'coursetab-e',
39
            'ctopbl',
38
            'ctopbl',
40
            'cbottombl',
39
            'cbottombl',
41
            'cstopbl',
40
            'cstopbl',
42
            'csbottombl',
41
            'csbottombl',
43
            'bellow-custom'
42
            'bellow-custom'
44
        ),
43
        ),
45
        'defaultregion' => 'bellow-custom',
44
        'defaultregion' => 'bellow-custom',
46
        'options' => array('langmenu' => true),
45
        'options' => array('langmenu' => true),
47
    ),
46
    ),
48
    'incourse' => array(
47
    'incourse' => array(
49
        'file' => 'tmpl-incourse.php',
48
        'file' => 'incourse.php',
50
        'regions' => array('side-pre', 'bellow-custom'),
49
        'regions' => array('bellow-custom'),
51
        'defaultregion' => 'bellow-custom',
50
        'defaultregion' => 'bellow-custom',
52
    ),
51
    ),