6 lines
169 B
PHP
6 lines
169 B
PHP
<?php
|
|
/* For licensing terms, see /license.txt */
|
|
|
|
$plugin_info = GradingElectronicPlugin::create()->get_info();
|
|
$plugin_info['templates'] = ['view/grading.html.twig'];
|