Proyectos de Subversion Moodle

Rev

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

Rev 129 Rev 130
Línea 1014... Línea 1014...
1014
 
1014
 
1015
function theme_universe_get_default_blocks()
1015
function theme_universe_get_default_blocks()
1016
{
1016
{
1017
    return array(
1017
    return array(
1018
        'incourse' => array(
1018
        'incourse' => array(
1019
            'side-pre' => array('block_messageteacher', 'messageteacher')
1019
            'bellow-custom' => array('comments', 'messageteacher')
1020
        ),
1020
        ),
1021
        'course-view' => array(
1021
        'course-view' => array(
1022
            'bellow-custom' => array('comments', 'messageteacher')
1022
            'bellow-custom' => array('comments', 'messageteacher')
1023
        ),
1023
        ),