Proyectos de Subversion Moodle

Rev

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

Rev 543 Rev 544
Línea 189... Línea 189...
189
// Load theme settings.
189
// Load theme settings.
190
$themesettings = new \theme_universe\util\theme_settings();
190
$themesettings = new \theme_universe\util\theme_settings();
Línea 191... Línea 191...
191
 
191
 
Línea 192... Línea 192...
192
$templatecontext = array_merge($templatecontext, $themesettings->global_settings());
192
$templatecontext = array_merge($templatecontext, $themesettings->global_settings());
193
 
193
 
194
$PAGE->requires->js_call_amd('theme_universe_child/rui', 'init');
194
$PAGE->requires->js_call_amd('theme_universe/rui', 'init');
195
if (theme_universe_get_setting('backtotop') == '1') {
195
if (theme_universe_get_setting('backtotop') == '1') {
Línea 196... Línea 196...
196
    $PAGE->requires->js_call_amd('theme_universe_child/backtotop', 'init');
196
    $PAGE->requires->js_call_amd('theme_universe/backtotop', 'init');