Proyectos de Subversion Moodle

Rev

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

Rev 161 Rev 164
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
            'below-content' => array('comments', 'messageteacher', 'block_comments', 'block_messageteacher'),
1019
            'below-content' => array('block_comments'),
1020
            'side-pre' => array('comments', 'messageteacher', 'block_comments', 'block_messageteacher'),
1020
            'side-pre' => array('block_comments'),
1021
        ),
1021
        ),
1022
    );
1022
    );