Rev 1340 | AutorÃa | Ultima modificación | Ver Log |
<?php// Every file should have GPL and copyright in the header - we skip it in tutorials but you should not skip it for real.// This line protects the file from being accessed by a URL directly.defined('MOODLE_INTERNAL') || die();// This is used for performance, we don't need to know about these settings on every page in Moodle, only when// we are looking at the admin settings pages.if ($ADMIN->fulltree) {// Boost provides a nice setting page which splits settings onto separate tabs. We want to use it here.require_once($CFG->dirroot . '/theme/universe/settings.php');}