Proyectos de Subversion Moodle

Rev

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

Rev 298 Rev 315
Línea 26... Línea 26...
26
    $parentconfig = theme_config::load('universe');
26
    $parentconfig = theme_config::load('universe');
27
    // Call a function from our parent themes lib.php file to fetch the content of the themes main SCSS file based on it's own config, not ours.
27
    // Call a function from our parent themes lib.php file to fetch the content of the themes main SCSS file based on it's own config, not ours.
28
    return theme_universe_get_main_scss_content($parentconfig);
28
    return theme_universe_get_main_scss_content($parentconfig);
29
};
29
};
30
$THEME->prescsscallback = 'theme_universe_child_get_pre_scss';
30
$THEME->prescsscallback = 'theme_universe_child_get_pre_scss';
-
 
31
 
-
 
32
$THEME->layouts = [
-
 
33
    'incourse' => array(
-
 
34
        'file' => 'tmpl-incourse.php',
-
 
35
        'regions' => array('side-post', 'side-pre', 'bellow-content', 'right'),
-
 
36
        'defaultregion' => 'side-post',
-
 
37
    ),
-
 
38
]