. /** * This page provides the Administration -> ... -> Theme selector UI. * * @package core * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ require_once(__DIR__ . '/../config.php'); // Theme selector has been moved to admin/themeselector.php. redirect (new moodle_url('/admin/themeselector.php'));