Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 546
Línea 135... Línea 135...
135
}
135
}
Línea 136... Línea 136...
136
 
136
 
Línea 137... Línea 137...
137
$bodyattributes = $OUTPUT->body_attributes($extraclasses);
137
$bodyattributes = $OUTPUT->body_attributes($extraclasses);
138
 
138
 
-
 
139
$templatecontext = [
139
$templatecontext = [
140
    'sitename' => format_string(
140
    'sitename' => format_string($SITE->shortname,
141
        $SITE->shortname,
-
 
142
        true,
141
        true,
143
        ['context' => context_course::instance(SITEID), "escape" => false]
142
        ['context' => context_course::instance(SITEID), "escape" => false]),
144
    ),
143
    'output' => $OUTPUT,
145
    'output' => $OUTPUT,
144
    'bodyattributes' => $bodyattributes,
146
    'bodyattributes' => $bodyattributes,
145
    'darkmodeon' => !empty($darkmodeon),
147
    'darkmodeon' => !empty($darkmodeon),
Línea 184... Línea 186...
184
$PAGE->requires->js_call_amd('theme_universe/rui', 'init');
186
$PAGE->requires->js_call_amd('theme_universe/rui', 'init');
185
if (theme_universe_get_setting('backtotop') == '1') {
187
if (theme_universe_get_setting('backtotop') == '1') {
186
    $PAGE->requires->js_call_amd('theme_universe/backtotop', 'init');
188
    $PAGE->requires->js_call_amd('theme_universe/backtotop', 'init');
187
}
189
}
Línea 188... Línea 190...
188
 
190