Add CSS class for mobile app (#378)
This commit is contained in:
parent
a8eca647fe
commit
27f5a74cb3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ $addons = [
|
|||
'issueview' => [ // Handler unique name.
|
||||
'displaydata' => [
|
||||
'icon' => $CFG->wwwroot . '/mod/customcert/pix/icon.png',
|
||||
'class' => '',
|
||||
'class' => 'core-course-module-customcert-handler',
|
||||
],
|
||||
'delegate' => 'CoreCourseModuleDelegate', // Delegate (where to display the link to the plugin).
|
||||
'method' => 'mobile_view_activity', // Main function in \mod_customcert\output\mobile.
|
||||
|
|
Loading…
Reference in a new issue