I am modifying a moodle theme, but I can not find some HTML files or at least understand how they are created via backend, I have the following code:
<?php
echo $OUTPUT->course_content_header();
echo $OUTPUT->main_content();
echo $OUTPUT->course_content_footer();
?>
I need to add an element inside the html that one of these lines of code generates, how do I find out in moodle how it generates that html and how to add that component to where I want it.
I want to add an HTML component inside the block Visão Geral dos Cursos
, just above the text Nenhuma informação disponível sobre o curso