MDL-41622 workshop mod: fix page heading levels.

Also, changing couple of the sub header to use notification, which is more appropriate.
This commit is contained in:
Rossiani Wijaya
2013-09-17 12:44:25 +08:00
parent 83f26f6407
commit 764d7ba9b4
10 changed files with 23 additions and 14 deletions
+1
View File
@@ -57,6 +57,7 @@ $initresult = $allocator->init();
//
$output = $PAGE->get_renderer('mod_workshop');
echo $output->header();
echo $OUTPUT->heading(format_string($workshop->name));
$allocators = workshop::installed_allocators();
if (!empty($allocators)) {