. /** * Moodle's formal_white theme * * DO NOT MODIFY THIS THEME! * COPY IT FIRST, THEN RENAME THE COPY AND MODIFY IT INSTEAD. * * For full information about creating Moodle themes, see: * http://docs.moodle.org/dev/Themes_2.0 * * @package theme_formal_white * @copyright 2013 Mediatouch 2000, mediatouch.it * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die; $plugin->version = 2013110500; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2013110500; // Requires this Moodle version $plugin->component = 'theme_formal_white'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( 'theme_canvas' => 2013110500, );