Proyectos de Subversion Moodle

Rev

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

Rev 617 Rev 618
Línea 46... Línea 46...
46
$THEME->prescsscallback = 'theme_universe_child_get_pre_scss';
46
$THEME->prescsscallback = 'theme_universe_child_get_pre_scss';
Línea 47... Línea 47...
47
 
47
 
48
$THEME->layouts = [
48
$THEME->layouts = [
49
    'incourse' => array(
49
    'incourse' => array(
50
        'file' => 'tmpl-incourse.php',
50
        'file' => 'tmpl-incourse.php',
51
        'regions' => array('side-post', 'side-pre', 'bellow-content', 'right'),
51
        'regions' => array('side-pre'),
52
        'defaultregion' => 'side-pre',
52
        'defaultregion' => 'side-pre',
53
    ),
53
    ),