moodle_page: MDL-12212 improve comments and add some work-in-progress warnings
This commit is contained in:
@@ -276,6 +276,8 @@
|
||||
}
|
||||
|
||||
/// Print the page header
|
||||
// Note: MDL-19010 there will be further changes to printing header and blocks.
|
||||
// The code will be much nicer than this eventually.
|
||||
$title = $course->shortname.': ' . format_string($data->name);
|
||||
|
||||
$buttons = '<table><tr><td>'.update_module_button($cm->id, $course->id, get_string('modulename', 'data')).'</td>';
|
||||
|
||||
Reference in New Issue
Block a user