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:
Mark Nelson 2013-09-09 18:23:42 +08:00
parent 4b2692d377
commit 91cc331a89
2 changed files with 95 additions and 0 deletions

View file

@ -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';