Proyectos de Subversion Moodle

Rev

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

Rev 546 Rev 549
Línea 186... Línea 186...
186
$PAGE->requires->js_call_amd('theme_universe/rui', 'init');
186
$PAGE->requires->js_call_amd('theme_universe/rui', 'init');
187
if (theme_universe_get_setting('backtotop') == '1') {
187
if (theme_universe_get_setting('backtotop') == '1') {
188
    $PAGE->requires->js_call_amd('theme_universe/backtotop', 'init');
188
    $PAGE->requires->js_call_amd('theme_universe/backtotop', 'init');
189
}
189
}
Línea 190... Línea 190...
190
 
190