Proyectos de Subversion Moodle

Rev

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

Rev 532 Rev 544
Línea 203... Línea 203...
203
// Load theme settings.
203
// Load theme settings.
204
$themesettings = new \theme_universe\util\theme_settings();
204
$themesettings = new \theme_universe\util\theme_settings();
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_child/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_child/backtotop', 'init');
210
    $PAGE->requires->js_call_amd('theme_universe/backtotop', 'init');