how to edit echo $OUTPUT->main_content() MOODLE

谁说我不能喝 提交于 2019-12-08 08:49:09

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!