问题
How to change the contents of this output??
I'm trying to change , but can not find the file q make this change
how to edit echo $OUTPUT->main_content();
in BCU theme
回答1:
The function main_content()
is in /lib/outputrenderers.php
But you should override it by adding function main_content()
to class theme_bcu_core_renderer
in /theme/bcu/renderers.php
来源:https://stackoverflow.com/questions/35607210/how-to-edit-echo-output-main-content-moodle