Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 34... Línea 34...
34
    'bodyattributes' => $bodyattributes,
34
    'bodyattributes' => $bodyattributes,
35
    'sidepreblocks' => $blockshtml,
35
    'sidepreblocks' => $blockshtml,
36
    'hasblocks' => $hasblocks
36
    'hasblocks' => $hasblocks
37
];
37
];
Línea -... Línea 38...
-
 
38
 
-
 
39
if (empty($PAGE->layout_options['noactivityheader'])) {
-
 
40
    $header = $PAGE->activityheader;
-
 
41
    $renderer = $PAGE->get_renderer('core');
-
 
42
    $templatecontext['headercontent'] = $header->export_for_template($renderer);
-
 
43
}
38
 
44