open-lms-open-source / moodle-theme_snap

GNU General Public License v3.0
79 stars 75 forks source link

Message Blank #142

Closed MarcioQuimbundo closed 4 years ago

MarcioQuimbundo commented 5 years ago

How to fix an issue when Snap doesn't show message system in Moodle 3.6?

MarcioQuimbundo commented 5 years ago

I fixed the bug

add this code inside layout > default.php in line 146, after closing div with id="page-content"

<?php echo $OUTPUT->standard_after_main_region_html() ?>

that's all Good Lucky