/
var
/
www
/
html
/
gte
/
theme
/
gte_2020
/
Upload File
HOME
<?php // This line protects the file from being accessed by a URL directly. defined('MOODLE_INTERNAL') || die(); // This is the version of the plugin. $plugin->version = 2020092900; // This is the version of Moodle this plugin requires. $plugin->requires = 2016112900.00; // This is the component name of the plugin - it always starts with 'theme_' // for themes and should be the same as the name of the folder. $plugin->component = 'theme_gte_2020'; // This is a list of plugins, this plugin depends on (and their versions). $plugin->dependencies = [ 'theme_boost' => 2016102100 ]; // This is a stable release. $plugin->maturity = MATURITY_STABLE; // This is the named version. $plugin->release = 1.3;