mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-40732 choice: improve heading levels and styling
This commit is contained in:
parent
838d78a9ff
commit
8f0767f10c
4 changed files with 7 additions and 4 deletions
|
@ -55,6 +55,7 @@
|
|||
$PAGE->set_title(format_string($choice->name).": $strresponses");
|
||||
$PAGE->set_heading($course->fullname);
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading($choice->name, 2, null);
|
||||
/// Check to see if groups are being used in this choice
|
||||
$groupmode = groups_get_activity_groupmode($cm);
|
||||
if ($groupmode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue