. /** * Theme version info * * @package theme_ilb2014 * @copyright 2010 Patrick Malley * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die; $plugin->version = 2013050100; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2013050100; // Requires this Moodle version $plugin->component = 'theme_ilb2014'; // Full name of the plugin (used for diagnostics) $plugin->dependencies = array( 'theme_canvas' => 2013050100, );