Proyectos de Subversion Moodle

Rev

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

Rev 106 Rev 129
Línea 30... Línea 30...
30
$THEME->sheets = [];
30
$THEME->sheets = [];
31
$THEME->editor_sheets = [];
31
$THEME->editor_sheets = [];
32
$THEME->editor_scss = ['editor'];
32
$THEME->editor_scss = ['editor'];
33
$THEME->usefallback = true;
33
$THEME->usefallback = true;
34
$THEME->parents = ['boost'];
34
$THEME->parents = ['boost'];
35
$THEME->scss = function($theme) {
35
$THEME->scss = function ($theme) {
36
    return theme_universe_get_main_scss_content($theme);
36
    return theme_universe_get_main_scss_content($theme);
37
};
37
};
Línea 38... Línea 38...
38
 
38
 
39
$THEME->layouts = [
39
$THEME->layouts = [
Línea 60... Línea 60...
60
            'coursetab-e',
60
            'coursetab-e',
61
            'side-pre',
61
            'side-pre',
62
            'ctopbl',
62
            'ctopbl',
63
            'cbottombl',
63
            'cbottombl',
64
            'cstopbl',
64
            'cstopbl',
65
            'csbottombl'),
65
            'csbottombl',
-
 
66
            'bellow-custom'
-
 
67
        ),
66
        'defaultregion' => 'side-pre',
68
        'defaultregion' => 'bellow-custom',
67
        'options' => array('langmenu' => true),
69
        'options' => array('langmenu' => true),
68
    ),
70
    ),
69
    'coursecategory' => array(
71
    'coursecategory' => array(
70
        'file' => 'tmpl-columns2.php',
72
        'file' => 'tmpl-columns2.php',
71
        'regions' => array('side-pre'),
73
        'regions' => array('side-pre'),
72
        'defaultregion' => 'side-pre',
74
        'defaultregion' => 'side-pre',
73
    ),
75
    ),
74
    // Part of course, typical for modules - default page layout if $cm specified in require_login().
76
    // Part of course, typical for modules - default page layout if $cm specified in require_login().
75
    'incourse' => array(
77
    'incourse' => array(
76
        'file' => 'tmpl-incourse.php',
78
        'file' => 'tmpl-incourse.php',
77
        'regions' => array('side-pre'),
79
        'regions' => array('side-pre', 'bellow-custom'),
78
        'defaultregion' => 'side-pre',
80
        'defaultregion' => 'bellow-custom',
79
    ),
81
    ),
80
    // The site home page.
82
    // The site home page.
81
    'frontpage' => array(
83
    'frontpage' => array(
82
        'file' => 'tmpl-frontpage.php',
84
        'file' => 'tmpl-frontpage.php',
83
        'regions' => array(
85
        'regions' => array(
84
            'side-pre',
86
            'side-pre',
85
            'fpblocks-t',
87
            'fpblocks-t',
86
            'fpblocks-b'),
88
            'fpblocks-b'
-
 
89
        ),
87
        'defaultregion' => 'side-pre',
90
        'defaultregion' => 'side-pre',
88
        'options' => array('nonavbar' => true),
91
        'options' => array('nonavbar' => true),
89
    ),
92
    ),
90
    // Server administration scripts.
93
    // Server administration scripts.
91
    'admin' => array(
94
    'admin' => array(
Línea 103... Línea 106...
103
    'mydashboard' => array(
106
    'mydashboard' => array(
104
        'file' => 'tmpl-dashboard.php',
107
        'file' => 'tmpl-dashboard.php',
105
        'regions' => array(
108
        'regions' => array(
106
            'side-pre',
109
            'side-pre',
107
            'dtopblocks',
110
            'dtopblocks',
108
            'dbottomblocks'),
111
            'dbottomblocks'
-
 
112
        ),
109
        'defaultregion' => 'side-pre',
113
        'defaultregion' => 'side-pre',
110
        'options' => array('nonavbar' => true, 'langmenu' => true, 'nocontextheader' => true),
114
        'options' => array('nonavbar' => true, 'langmenu' => true, 'nocontextheader' => true),
111
    ),
115
    ),
112
    // My public page.
116
    // My public page.
113
    'mypublic' => array(
117
    'mypublic' => array(