Proyectos de Subversion Moodle

Rev

Rev 533 | Rev 1115 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 533 Rev 544
Línea 246... Línea 246...
246
$themesettings = new \theme_universe\util\theme_settings();
246
$themesettings = new \theme_universe\util\theme_settings();
Línea 247... Línea 247...
247
 
247
 
248
$templatecontext = array_merge($templatecontext, $themesettings->global_settings());
248
$templatecontext = array_merge($templatecontext, $themesettings->global_settings());
Línea 249... Línea 249...
249
$templatecontext = array_merge($templatecontext, $themesettings->course_settings());
249
$templatecontext = array_merge($templatecontext, $themesettings->course_settings());
250
 
250
 
251
$PAGE->requires->js_call_amd('theme_universe_child/rui', 'init');
251
$PAGE->requires->js_call_amd('theme_universe/rui', 'init');
252
if (theme_universe_get_setting('backtotop') == '1') {
252
if (theme_universe_get_setting('backtotop') == '1') {
Línea 253... Línea 253...
253
    $PAGE->requires->js_call_amd('theme_universe_child/backtotop', 'init');
253
    $PAGE->requires->js_call_amd('theme_universe/backtotop', 'init');