芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/cepali/theme/classic/classes/output/core_renderer.php
. /** * Renderers to align Moodle's HTML with that expected by Bootstrap * * @package theme_classic * @copyright 2018 Bas Brands * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ namespace theme_classic\output; defined('MOODLE_INTERNAL') || die; /** * Renderers to align Moodle's HTML with that expected by Bootstrap * * Note: This class is required to avoid inheriting Boost's core_renderer, * which removes the edit button required by Classic. * * @package theme_classic * @copyright 2018 Bas Brands * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class core_renderer extends \core_renderer { }