| Línea 316... |
Línea 316... |
| 316 |
$themesettings = new \theme_universe\util\theme_settings();
|
316 |
$themesettings = new \theme_universe\util\theme_settings();
|
| Línea 317... |
Línea 317... |
| 317 |
|
317 |
|
| 318 |
$templatecontext = array_merge($templatecontext, $themesettings->global_settings());
|
318 |
$templatecontext = array_merge($templatecontext, $themesettings->global_settings());
|
| Línea -... |
Línea 319... |
| - |
|
319 |
$templatecontext = array_merge($templatecontext, $themesettings->course_settings());
|
| 319 |
$templatecontext = array_merge($templatecontext, $themesettings->course_settings());
|
320 |
|
| 320 |
|
321 |
$PAGE->requires->js_call_amd('theme_universe_child/loader', 'init');
|
| 321 |
$PAGE->requires->js_call_amd('theme_universe/rui', 'init');
|
322 |
$PAGE->requires->js_call_amd('theme_universe_child/rui', 'init');
|
| 322 |
if (theme_universe_get_setting('backtotop') == '1') {
|
323 |
if (theme_universe_get_setting('backtotop') == '1') {
|
| Línea 323... |
Línea 324... |
| 323 |
$PAGE->requires->js_call_amd('theme_universe/backtotop', 'init');
|
324 |
$PAGE->requires->js_call_amd('theme_universe_child/backtotop', 'init');
|