. /** * Serve the CSS for this theme. Every theme must contain a copy of this file * DO NOT MODIFY THIS FILE IT IS IMPORTANT TO THE WORKING OF THE MOODLE THEMES SYSTEM. * If you are are trying to change something, you should probably be looking at config.php. * * @package moodlecore * @copyright 2009 Tim Hunt * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $themename = basename(dirname(__FILE__)); require_once(dirname(__FILE__) . '/../../theme/styles.php');