. /** * Theme version info * * @package theme_formfactor * @copyright 2010 Patrick Malley * @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_formfactor'; // Full name of the plugin (used for diagnostics). $plugin->dependencies = array( 'theme_canvas' => 2013110500, );