role/assign gui MDL-21655 Fixed regressions in GUI (missing heading and title on page)

This commit is contained in:
Martin Dougiamas 2010-04-05 07:54:14 +00:00
parent dcc779cca4
commit 511cde1b1d

View File

@ -266,6 +266,8 @@ if ($context->contextlevel == CONTEXT_USER) {
include('tabs.php');
} else {
$PAGE->set_title($title);
$PAGE->set_heading(print_context_name($context, false));
echo $OUTPUT->header();
$currenttab = 'assign';
include('tabs.php');