mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
11 lines
297 B
PHP
11 lines
297 B
PHP
<?php
|
|
|
|
defined('MOODLE_INTERNAL') || die;
|
|
|
|
if ($ADMIN->fulltree) {
|
|
$settings->add(new admin_setting_configcheckbox('block_html_allowcssclasses', get_string('allowadditionalcssclasses', 'block_html'),
|
|
get_string('configallowadditionalcssclasses', 'block_html'), 0));
|
|
}
|
|
|
|
|