$value) {
$languages[$key] = array_merge(
$value,
['selected' => $_SESSION['_language'] === $key]
);
}
return $languages;
};
$lang_attr = str_replace('_', '-', $_SESSION['_language']);
?>
SkipLinks::addIndex(_('Hauptinhalt'), 'content', 100) ?>
= htmlReady(PageLayout::getTitle()) ?>
if (PageLayout::isFullscreenModeAllowed()): ?>
endif; ?>
= implode(PageLayout::getMessages(QuestionBox::class)) ?>
= $content_for_layout ?>
= Studip\VueApp::create('SystemNotificationManager')
->withProps([
'id' => 'system-notifications',
'notifications' => PageLayout::getMessages(MessageBox::class),
'placement' => User::findCurrent()?->getConfiguration()->SYSTEM_NOTIFICATIONS_PLACEMENT ?? 'topcenter',
]) ?>