Proyectos de Subversion Moodle

Rev

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

Rev 535 Rev 544
Línea 207... Línea 207...
207
// Load theme settings.
207
// Load theme settings.
208
$themesettings = new \theme_universe\util\theme_settings();
208
$themesettings = new \theme_universe\util\theme_settings();
Línea 209... Línea 209...
209
 
209
 
Línea 210... Línea 210...
210
$templatecontext = array_merge($templatecontext, $themesettings->global_settings());
210
$templatecontext = array_merge($templatecontext, $themesettings->global_settings());
211
 
211
 
212
$PAGE->requires->js_call_amd('theme_universe_child/rui', 'init');
212
$PAGE->requires->js_call_amd('theme_universe/rui', 'init');
213
if (theme_universe_get_setting('backtotop') == '1') {
213
if (theme_universe_get_setting('backtotop') == '1') {
Línea 214... Línea 214...
214
    $PAGE->requires->js_call_amd('theme_universe_child/backtotop', 'init');
214
    $PAGE->requires->js_call_amd('theme_universe/backtotop', 'init');