Added index.php file
This file is barely accessed in Moodle, if it all. However, it is required in order to upload this module to the plugin database as it is needed to pass validation.
This commit is contained in:
parent
4b2692d377
commit
91cc331a89
2 changed files with 95 additions and 0 deletions
|
@ -72,7 +72,9 @@ $string['modify'] = 'Modify';
|
|||
$string['modulename'] = 'Custom Certificate';
|
||||
$string['modulenameplural'] = 'Custom Certificates';
|
||||
$string['name'] = 'Name';
|
||||
$string['nocustomcerts'] = 'There are no custom certificates for this course';
|
||||
$string['noimage'] = 'No image';
|
||||
$string['notissued'] = 'Not issued';
|
||||
$string['options'] = 'Options';
|
||||
$string['page'] = 'Page {$a}';
|
||||
$string['pluginadministration'] = 'Custom Certificate administration';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue