Proyectos de Subversion Moodle

Rev

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

Rev 136 Rev 146
Línea 44... Línea 44...
44
            'cstopbl',
44
            'cstopbl',
45
            'csbottombl',
45
            'csbottombl',
46
            'side-pre',
46
            'side-pre',
47
            'bellow-custom'
47
            'bellow-custom'
48
        ),
48
        ),
49
        'defaultregion' => 'side-pre',
49
        'defaultregion' => 'bellow-custom',
50
        'options' => array('langmenu' => true),
50
        'options' => array('langmenu' => true),
51
    ),
51
    ),
52
    'incourse' => array(
52
    'incourse' => array(
53
        'file' => 'incourse.php',
53
        'file' => 'incourse.php',
54
        'regions' => array('side-pre', 'bellow-custom'),
54
        'regions' => array('side-pre', 'bellow-custom'),
55
        'defaultregion' => 'side-pre',
55
        'defaultregion' => 'bellow-custom',
56
    ),
56
    ),
57
];
57
];