Skip to content

Commit

Permalink
MDL-30600 Fix mymobile theme choice renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossiani Wijaya committed Jan 3, 2012
1 parent 2117dcb commit 0c97dc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion theme/mymobile/renderers.php
Expand Up @@ -31,6 +31,9 @@
* @copyright John Stabinger * @copyright John Stabinger
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @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 { class theme_mymobile_renderer extends plugin_renderer_base {


/** /**
Expand Down Expand Up @@ -785,7 +788,7 @@ protected function render_single_select(single_select $select) {
* @copyright John Stabinger * @copyright John Stabinger
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @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 * Returns HTML to display choices of option
Expand Down

0 comments on commit 0c97dc1

Please sign in to comment.