. /** * Label module version info * * @package theme * @subpackage formal_white * @copyright Mediatouch 2000 (http://mediatouch.it/) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die; $plugin->version = 2011082400; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2011081700; // Requires this Moodle version $plugin->component = 'theme_formal_white'; $plugin->maturity = MATURITY_STABLE;