MDL-30600 Fix mymobile theme choice renderer
This commit is contained in:
committed by
Aparup Banerjee
parent
8ef685cf4c
commit
6ca2f1d3ce
@@ -31,6 +31,9 @@
|
||||
* @copyright John Stabinger
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
include_once ($CFG->dirroot. '/mod/choice/renderer.php');
|
||||
|
||||
class theme_mymobile_renderer extends plugin_renderer_base {
|
||||
|
||||
/**
|
||||
@@ -785,7 +788,7 @@ class theme_mymobile_core_renderer extends core_renderer {
|
||||
* @copyright John Stabinger
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
class theme_mymobile_mod_choice_renderer extends plugin_renderer_base {
|
||||
class theme_mymobile_mod_choice_renderer extends mod_choice_renderer {
|
||||
|
||||
/**
|
||||
* Returns HTML to display choices of option
|
||||
|
||||
Reference in New Issue
Block a user