Proyectos de Subversion Moodle

Rev

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

Rev 643 Rev 1188
Línea 177... Línea 177...
177
// Load theme settings.
177
// Load theme settings.
178
$themesettings = new \theme_universe\util\theme_settings();
178
$themesettings = new \theme_universe\util\theme_settings();
Línea 179... Línea 179...
179
 
179
 
Línea 180... Línea 180...
180
$templatecontext = array_merge($templatecontext, $themesettings->global_settings());
180
$templatecontext = array_merge($templatecontext, $themesettings->global_settings());
181
 
181
 
182
$PAGE->requires->js_call_amd('theme_universe_child/rui', 'init');
182
$PAGE->requires->js_call_amd('theme_universe/rui', 'init');
183
if (theme_universe_get_setting('backtotop') == '1') {
183
if (theme_universe_get_setting('backtotop') == '1') {
Línea 184... Línea 184...
184
    $PAGE->requires->js_call_amd('theme_universe_child/backtotop', 'init');
184
    $PAGE->requires->js_call_amd('theme_universe/backtotop', 'init');