Proyectos de Subversion Moodle

Rev

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

Rev 256 Rev 315
Línea 205... Línea 205...
205
 
205
 
Línea 206... Línea 206...
206
$templatecontext = array_merge($templatecontext, $themesettings->global_settings());
206
$templatecontext = array_merge($templatecontext, $themesettings->global_settings());
207
 
207
 
208
$PAGE->requires->js_call_amd('theme_universe/rui', 'init');
208
$PAGE->requires->js_call_amd('theme_universe/rui', 'init');
209
if (theme_universe_get_setting('backtotop') == '1') {
209
if (theme_universe_get_setting('backtotop') == '1') {
Línea 210... Línea 210...
210
    $PAGE->requires->js_call_amd('theme_universe/backtotop', 'init');
210
    $PAGE->requires->js_call_amd('theme_universe_child/backtotop', 'init');