| Current Path : /var/www/html/ucsuenolar.sumar.com.py/theme/ |
| Current File : /var/www/html/ucsuenolar.sumar.com.py/theme/config.php |
<?php
defined('MOODLE_INTERNAL') || die();
$THEME->name = 'moovechild';
$THEME->parents = ['moove'];
$THEME->sheets = [];
$THEME->editor_sheets = [];
$THEME->rendererfactory = 'theme_overridden_renderer_factory';
$THEME->scss = function($theme) {
global $CFG;
require_once($CFG->dirroot . '/theme/moove/lib.php');
return theme_moove_get_main_scss_content($theme);
};