. /** * Configuration for Moodle's standard theme. * * This theme is the default theme within Moodle 2.0, it builds upon the base theme * adding only CSS to create the simple look and feel Moodlers have come to recognise. * * For full information about creating Moodle themes, see: * http://docs.moodle.org/en/Development:Themes_2.0 * * @package moodlecore * @copyright 2010 Sam Hemelryk * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $THEME->name = 'bteducation2_0'; $THEME->parents = array('base'); $THEME->sheets = array( 'core', /** Must come first**/ 'admin', 'blocks', 'calendar', 'course', 'user', 'dock', 'grade', 'message', 'modules', 'question', 'css3' /** Sets up CSS 3 + browser specific styles **/ ); $THEME->enable_dock = true;