Proyectos de Subversion Moodle

Rev

Rev 543 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 543 Rev 544
Línea 175... Línea 175...
175
// Load theme settings.
175
// Load theme settings.
176
$themesettings = new \theme_universe\util\theme_settings();
176
$themesettings = new \theme_universe\util\theme_settings();
Línea 177... Línea 177...
177
 
177
 
Línea 178... Línea 178...
178
$templatecontext = array_merge($templatecontext, $themesettings->global_settings());
178
$templatecontext = array_merge($templatecontext, $themesettings->global_settings());
179
 
179
 
180
$PAGE->requires->js_call_amd('theme_universe_child/rui', 'init');
180
$PAGE->requires->js_call_amd('theme_universe/rui', 'init');
181
if (theme_universe_get_setting('backtotop') == '1') {
181
if (theme_universe_get_setting('backtotop') == '1') {
Línea 182... Línea 182...
182
    $PAGE->requires->js_call_amd('theme_universe_child/backtotop', 'init');
182
    $PAGE->requires->js_call_amd('theme_universe/backtotop', 'init');