Proyectos de Subversion Moodle

Rev

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

Rev 151 Rev 153
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
        'course-view' => array(
1018
        'course-view' => array(
1019
            'custom-region' => array('comments', 'messageteacher')
1019
            'custom-region' => array('block_comments', 'messageteacher')
1020
        ),
1020
        ),
1021
        'course' => array(
1021
        'course' => array(
1022
            'custom-region' => array('comments', 'messageteacher')
1022
            'custom-region' => array('block_comments', 'messageteacher')
1023
        ),
1023
        ),
1024
        'incourse' => array(
1024
        'incourse' => array(
1025
            'custom-region' => array('comments', 'messageteacher')
1025
            'custom-region' => array('block_comments', 'messageteacher')
1026
        ),
1026
        ),
1027
    );
1027
    );