Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 40... Línea 40...
40
    'haspreblocks' => $hassidepre,
40
    'haspreblocks' => $hassidepre,
41
    'haspostblocks' => $hassidepost,
41
    'haspostblocks' => $hassidepost,
42
    'bodyattributes' => $bodyattributes
42
    'bodyattributes' => $bodyattributes
43
];
43
];
Línea -... Línea 44...
-
 
44
 
-
 
45
if (empty($PAGE->layout_options['noactivityheader'])) {
-
 
46
    $header = $PAGE->activityheader;
-
 
47
    $renderer = $PAGE->get_renderer('core');
-
 
48
    $templatecontext['headercontent'] = $header->export_for_template($renderer);
-
 
49
}
44
 
50